#BCD1D9

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

Shades of Light Blue #BCD1D9

Tints of Light Blue #BCD1D9

Color information

#BCD1D9 (or 0xBCD1D9) is unknown color: approx Light Blue. HEX triplet: BC, D1 and D9. RGB value is (188,209,217). Sum of RGB (Red+Green+Blue) = 188+209+217=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCD1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1D9 is #432E26. Grayscale: #CBCBCB. Windows color (decimal): -4402727 or 14275004. OLE color: 14275004.

HSL color Cylindrical-coordinate representation of color #BCD1D9: hue angle of 196.55º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD1D9 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188209217-
CMYK0.130.0400.15
HSL196.55º27.62%79.41%-
HSV(B)196.55º13.36%85.1%-
XYZ56.0661.374.52-
YUV203.63135.54116.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=30.62%
G=34.04%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882092170.130.0400.15196.5527.6279.41
HexBCD1D9D40Fc51c4f
Octal27432133115401730534117
Binary10111100110100011101100111011000111111000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1D9; }

 p { color: rgb(188,209,217); }

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

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

 a { background-color: rgb(188,209,217); }

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

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

 span { border-color: rgb(188,209,217); }

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