#BCD8EA

Color #BCD8EA Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BCD8EA

Tints of Light Blue #BCD8EA

Color information

#BCD8EA (or 0xBCD8EA) is unknown color: approx Light Blue. HEX triplet: BC, D8 and EA. RGB value is (188,216,234). Sum of RGB (Red+Green+Blue) = 188+216+234=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8EA is #432715. Grayscale: #D1D1D1. Windows color (decimal): -4400918 or 15390908. OLE color: 15390908.

HSL color Cylindrical-coordinate representation of color #BCD8EA: hue angle of 203.48º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD8EA is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188216234-
CMYK0.200.0800.08
HSL203.48º52.27%82.75%-
HSV(B)203.48º19.66%91.76%-
XYZ60.1565.7487.36-
YUV209.68141.72112.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 216 (84.77% from 255) = 33.86%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=29.47%
G=33.86%
B=36.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882162340.200.0800.08203.4852.2782.75
HexBCD8EA14808cb3453
Octal274330352241001031364123
Binary10111100110110001110101010100100001000110010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8EA; }

 p { color: rgb(188,216,234); }

 H1.HeaderClassName
 {
   color: #BCD8EA;
 }
 .AnyTagClassName
 {
   color: #BCD8EA;
 }
</style>
background-color css

<style>
 a { background-color: #BCD8EA; }

 a { background-color: rgb(188,216,234); }

 div.DivClassName
 {
   background-color: #BCD8EA;
 }
 .BgClassName
 {
   background-color: #BCD8EA;
 }
</style>
border-color css

<style>
 span { border-color: #BCD8EA; }

 span { border-color: rgb(188,216,234); }

 td.TdClassName
 {
   border-color: #BCD8EA;
 }
 .TagClassName
 {
   border-color: #BCD8EA;
 }
</style>