#BCD2DD

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

Shades of Light Blue #BCD2DD

Tints of Light Blue #BCD2DD

Color information

#BCD2DD (or 0xBCD2DD) is unknown color: approx Light Blue. HEX triplet: BC, D2 and DD. RGB value is (188,210,221). Sum of RGB (Red+Green+Blue) = 188+210+221=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2DD is #432D22. Grayscale: #CCCCCC. Windows color (decimal): -4402467 or 14537404. OLE color: 14537404.

HSL color Cylindrical-coordinate representation of color #BCD2DD: hue angle of 200º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD2DD is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188210221-
CMYK0.150.0500.13
HSL200º32.67%80.2%-
HSV(B)200º14.93%86.67%-
XYZ56.8462.0177.38-
YUV204.68137.21116.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=30.37%
G=33.93%
B=35.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882102210.150.0500.1320032.6780.2
HexBCD2DDF50Dc82150
Octal27432233517501531041120
Binary101111001101001011011101111110101101110010001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2DD; }

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

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

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

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

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

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

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

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