#BCD3DD

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

Shades of Light Blue #BCD3DD

Tints of Light Blue #BCD3DD

Color information

#BCD3DD (or 0xBCD3DD) is unknown color: approx Light Blue. HEX triplet: BC, D3 and DD. RGB value is (188,211,221). Sum of RGB (Red+Green+Blue) = 188+211+221=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3DD is #432C22. Grayscale: #CDCDCD. Windows color (decimal): -4402211 or 14537660. OLE color: 14537660.

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

Color convert

RGB188211221-
CMYK0.150.0500.13
HSL198.18º32.67%80.2%-
HSV(B)198.18º14.93%86.67%-
XYZ57.0862.577.46-
YUV205.26136.88115.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=30.32%
G=34.03%
B=35.65%

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
Decimal1882112210.150.0500.13198.1832.6780.2
HexBCD3DDF50Dc62150
Octal27432333517501530641120
Binary101111001101001111011101111110101101110001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3DD; }

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

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

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

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

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

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

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

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