Shades of Light Blue #BCD6DD
Tints of Light Blue #BCD6DD
RGB
CMYK
RGB Variations
Color information
#BCD6DD (or 0xBCD6DD) is known color: 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
| RGB | 188 | 214 | 221 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.13 |
| HSL | 192.73º | 0.33% | 0.8% | - |
| HSV(B) | 192.73º | 0.15% | 0.87% | - |
| XYZ | 57.84 | 64 | 77.71 | - |
| YUV | 207.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 221 | 0.15 | 0.03 | 0 | 0.13 | 192.73 | 0.33 | 0.8 |
| Hex | BC | D6 | DD | F | 3 | 0 | D | C1 | 21 | 50 |
| Octal | 274 | 326 | 335 | 17 | 3 | 0 | 15 | 301 | 41 | 120 |
| Binary | 10111100 | 11010110 | 11011101 | 1111 | 11 | 0 | 1101 | 11000001 | 100001 | 1010000 |
Color Harmonies of #BCD6DD
Complementary color
Monochromatic Colors of #BCD6DD
Black with #BCD6DD
Text Example
Text Example
White with #BCD6DD
Text Example
Text Example
HTML Codes & Css Web 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>