Shades of Lavender Grey #BCC0DD
Tints of Lavender Grey #BCC0DD
RGB
CMYK
RGB Variations
Color information
#BCC0DD (or 0xBCC0DD) is known color: Lavender Grey. HEX triplet: BC, C0 and DD. RGB value is (188,192,221). Sum of RGB (Red+Green+Blue) = 188+192+221=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0DD is #433F22. Grayscale: #C1C1C1. Windows color (decimal): -4407075 or 14532796. OLE color: 14532796.
HSL color Cylindrical-coordinate representation of color #BCC0DD: hue angle of 232.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 #BCC0DD is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 192 | 221 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.13 |
| HSL | 232.73º | 0.33% | 0.8% | - |
| HSV(B) | 232.73º | 0.15% | 0.87% | - |
| XYZ | 52.64 | 53.61 | 75.98 | - |
| YUV | 194.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 221 | 0.15 | 0.13 | 0 | 0.13 | 232.73 | 0.33 | 0.8 |
| Hex | BC | C0 | DD | F | D | 0 | D | E9 | 21 | 50 |
| Octal | 274 | 300 | 335 | 17 | 15 | 0 | 15 | 351 | 41 | 120 |
| Binary | 10111100 | 11000000 | 11011101 | 1111 | 1101 | 0 | 1101 | 11101001 | 100001 | 1010000 |
Color Harmonies of #BCC0DD
Complementary color
Monochromatic Colors of #BCC0DD
Black with #BCC0DD
Text Example
Text Example
White with #BCC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0DD; }
p { color: rgb(188,192,221); }
H1.HeaderClassName
{
color: #BCC0DD;
}
.AnyTagClassName
{
color: #BCC0DD;
}
</style>
background-color css
<style>
a { background-color: #BCC0DD; }
a { background-color: rgb(188,192,221); }
div.DivClassName
{
background-color: #BCC0DD;
}
.BgClassName
{
background-color: #BCC0DD;
}
</style>
border-color css
<style>
span { border-color: #BCC0DD; }
span { border-color: rgb(188,192,221); }
td.TdClassName
{
border-color: #BCC0DD;
}
.TagClassName
{
border-color: #BCC0DD;
}
</style>