#BCDCE9

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

Shades of Light Blue #BCDCE9

Tints of Light Blue #BCDCE9

Color information

#BCDCE9 (or 0xBCDCE9) is unknown color: approx Light Blue. HEX triplet: BC, DC and E9. RGB value is (188,220,233). Sum of RGB (Red+Green+Blue) = 188+220+233=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCE9 is #432316. Grayscale: #D3D3D3. Windows color (decimal): -4399895 or 15326396. OLE color: 15326396.

HSL color Cylindrical-coordinate representation of color #BCDCE9: hue angle of 197.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDCE9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188220233-
CMYK0.190.0600.09
HSL197.33º50.56%82.55%-
HSV(B)197.33º19.31%91.37%-
XYZ61.0467.7686.95-
YUV211.91139.9110.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 233 (91.41% from 255) = 36.35%
R=29.33%
G=34.32%
B=36.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882202330.190.0600.09197.3350.5682.55
HexBCDCE913609c53353
Octal27433435123601130563123
Binary1011110011011100111010011001111001001110001011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCE9; }

 p { color: rgb(188,220,233); }

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

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

 a { background-color: rgb(188,220,233); }

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

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

 span { border-color: rgb(188,220,233); }

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