#BCD2DA

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

Shades of Light Blue #BCD2DA

Tints of Light Blue #BCD2DA

Color information

#BCD2DA (or 0xBCD2DA) is unknown color: approx Light Blue. HEX triplet: BC, D2 and DA. RGB value is (188,210,218). Sum of RGB (Red+Green+Blue) = 188+210+218=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2DA is #432D25. Grayscale: #CCCCCC. Windows color (decimal): -4402470 or 14340796. OLE color: 14340796.

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

Color convert

RGB188210218-
CMYK0.140.0400.15
HSL196º28.85%79.61%-
HSV(B)196º13.76%85.49%-
XYZ56.4461.8575.29-
YUV204.33135.71116.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=30.52%
G=34.09%
B=35.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882102180.140.0400.1519628.8579.61
HexBCD2DAE40Fc41d50
Octal27432233216401730435120
Binary10111100110100101101101011101000111111000100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2DA; }

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

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

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

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

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

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

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

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