Shades of Light Blue #BCD3DD
Tints of Light Blue #BCD3DD
RGB
CMYK
RGB Variations
Color information
#BCD3DD (or 0xBCD3DD) is known color: 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
| RGB | 188 | 211 | 221 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.13 |
| HSL | 198.18º | 0.33% | 0.8% | - |
| HSV(B) | 198.18º | 0.15% | 0.87% | - |
| XYZ | 57.08 | 62.5 | 77.46 | - |
| YUV | 205.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 221 | 0.15 | 0.05 | 0 | 0.13 | 198.18 | 0.33 | 0.8 |
| Hex | BC | D3 | DD | F | 5 | 0 | D | C6 | 21 | 50 |
| Octal | 274 | 323 | 335 | 17 | 5 | 0 | 15 | 306 | 41 | 120 |
| Binary | 10111100 | 11010011 | 11011101 | 1111 | 101 | 0 | 1101 | 11000110 | 100001 | 1010000 |
Color Harmonies of #BCD3DD
Complementary color
Monochromatic Colors of #BCD3DD
Black with #BCD3DD
Text Example
Text Example
White with #BCD3DD
Text Example
Text Example
HTML Codes & Css Web 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>