#BCD2DF

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

Shades of Light Blue #BCD2DF

Tints of Light Blue #BCD2DF

Color information

#BCD2DF (or 0xBCD2DF) is unknown color: approx Light Blue. HEX triplet: BC, D2 and DF. RGB value is (188,210,223). Sum of RGB (Red+Green+Blue) = 188+210+223=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2DF is #432D20. Grayscale: #CCCCCC. Windows color (decimal): -4402465 or 14668476. OLE color: 14668476.

HSL color Cylindrical-coordinate representation of color #BCD2DF: hue angle of 202.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD2DF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188210223-
CMYK0.160.0600.13
HSL202.29º35.35%80.59%-
HSV(B)202.29º15.7%87.45%-
XYZ57.162.1178.79-
YUV204.9138.21115.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=30.27%
G=33.82%
B=35.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882102230.160.0600.13202.2935.3580.59
HexBCD2DF1060Dca2351
Octal27432233720601531243121
Binary1011110011010010110111111000011001101110010101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2DF; }

 p { color: rgb(188,210,223); }

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

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

 a { background-color: rgb(188,210,223); }

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

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

 span { border-color: rgb(188,210,223); }

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