#BCD8DF

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

Shades of Light Blue #BCD8DF

Tints of Light Blue #BCD8DF

Color information

#BCD8DF (or 0xBCD8DF) is unknown color: approx Light Blue. HEX triplet: BC, D8 and DF. RGB value is (188,216,223). Sum of RGB (Red+Green+Blue) = 188+216+223=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8DF is #432720. Grayscale: #D0D0D0. Windows color (decimal): -4400929 or 14670012. OLE color: 14670012.

HSL color Cylindrical-coordinate representation of color #BCD8DF: hue angle of 192º 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 #BCD8DF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188216223-
CMYK0.160.0300.13
HSL192º35.35%80.59%-
HSV(B)192º15.7%87.45%-
XYZ58.6165.1379.29-
YUV208.43136.22113.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=29.98%
G=34.45%
B=35.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882162230.160.0300.1319235.3580.59
HexBCD8DF1030Dc02351
Octal27433033720301530043121
Binary101111001101100011011111100001101101110000001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8DF; }

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

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

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

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

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

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

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

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