Shades of Lavender Grey #BCC0D8
Tints of Lavender Grey #BCC0D8
RGB
CMYK
RGB Variations
Color information
#BCC0D8 (or 0xBCC0D8) is known color: Lavender Grey. HEX triplet: BC, C0 and D8. RGB value is (188,192,216). Sum of RGB (Red+Green+Blue) = 188+192+216=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0D8 is #433F27. Grayscale: #C1C1C1. Windows color (decimal): -4407080 or 14205116. OLE color: 14205116.
HSL color Cylindrical-coordinate representation of color #BCC0D8: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC0D8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 192 | 216 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.15 |
| HSL | 231.43º | 0.26% | 0.79% | - |
| HSV(B) | 231.43º | 0.13% | 0.85% | - |
| XYZ | 51.98 | 53.35 | 72.52 | - |
| YUV | 193.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 216 | 0.13 | 0.11 | 0 | 0.15 | 231.43 | 0.26 | 0.79 |
| Hex | BC | C0 | D8 | D | B | 0 | F | E7 | 1A | 4F |
| Octal | 274 | 300 | 330 | 15 | 13 | 0 | 17 | 347 | 32 | 117 |
| Binary | 10111100 | 11000000 | 11011000 | 1101 | 1011 | 0 | 1111 | 11100111 | 11010 | 1001111 |
Color Harmonies of #BCC0D8
Complementary color
Monochromatic Colors of #BCC0D8
Black with #BCC0D8
Text Example
Text Example
White with #BCC0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0D8; }
p { color: rgb(188,192,216); }
H1.HeaderClassName
{
color: #BCC0D8;
}
.AnyTagClassName
{
color: #BCC0D8;
}
</style>
background-color css
<style>
a { background-color: #BCC0D8; }
a { background-color: rgb(188,192,216); }
div.DivClassName
{
background-color: #BCC0D8;
}
.BgClassName
{
background-color: #BCC0D8;
}
</style>
border-color css
<style>
span { border-color: #BCC0D8; }
span { border-color: rgb(188,192,216); }
td.TdClassName
{
border-color: #BCC0D8;
}
.TagClassName
{
border-color: #BCC0D8;
}
</style>