Shades of Light Blue #BCD6DC
Tints of Light Blue #BCD6DC
RGB
CMYK
RGB Variations
Color information
#BCD6DC (or 0xBCD6DC) is known color: Light Blue. HEX triplet: BC, D6 and DC. RGB value is (188,214,220). Sum of RGB (Red+Green+Blue) = 188+214+220=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6DC is #432923. Grayscale: #CECECE. Windows color (decimal): -4401444 or 14472892. OLE color: 14472892.
HSL color Cylindrical-coordinate representation of color #BCD6DC: hue angle of 191.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD6DC is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 214 | 220 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.14 |
| HSL | 191.25º | 0.31% | 0.8% | - |
| HSV(B) | 191.25º | 0.15% | 0.86% | - |
| XYZ | 57.7 | 63.95 | 77.01 | - |
| YUV | 206.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 220 | 0.15 | 0.03 | 0 | 0.14 | 191.25 | 0.31 | 0.8 |
| Hex | BC | D6 | DC | F | 3 | 0 | E | BF | 1F | 50 |
| Octal | 274 | 326 | 334 | 17 | 3 | 0 | 16 | 277 | 37 | 120 |
| Binary | 10111100 | 11010110 | 11011100 | 1111 | 11 | 0 | 1110 | 10111111 | 11111 | 1010000 |
Color Harmonies of #BCD6DC
Complementary color
Monochromatic Colors of #BCD6DC
Black with #BCD6DC
Text Example
Text Example
White with #BCD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6DC; }
p { color: rgb(188,214,220); }
H1.HeaderClassName
{
color: #BCD6DC;
}
.AnyTagClassName
{
color: #BCD6DC;
}
</style>
background-color css
<style>
a { background-color: #BCD6DC; }
a { background-color: rgb(188,214,220); }
div.DivClassName
{
background-color: #BCD6DC;
}
.BgClassName
{
background-color: #BCD6DC;
}
</style>
border-color css
<style>
span { border-color: #BCD6DC; }
span { border-color: rgb(188,214,220); }
td.TdClassName
{
border-color: #BCD6DC;
}
.TagClassName
{
border-color: #BCD6DC;
}
</style>