#BCD6DD

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

Shades of Light Blue #BCD6DD

Tints of Light Blue #BCD6DD

Color information

#BCD6DD (or 0xBCD6DD) is unknown color: approx Light Blue. HEX triplet: BC, D6 and DD. RGB value is (188,214,221). Sum of RGB (Red+Green+Blue) = 188+214+221=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6DD is #432922. Grayscale: #CECECE. Windows color (decimal): -4401443 or 14538428. OLE color: 14538428.

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

Color convert

RGB188214221-
CMYK0.150.0300.13
HSL192.73º32.67%80.2%-
HSV(B)192.73º14.93%86.67%-
XYZ57.846477.71-
YUV207.02135.89114.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=30.18%
G=34.35%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882142210.150.0300.13192.7332.6780.2
HexBCD6DDF30Dc12150
Octal27432633517301530141120
Binary10111100110101101101110111111101101110000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6DD; }

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

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

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

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

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

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

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

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