Shades of Lavender Grey #C0BBD7
Tints of Lavender Grey #C0BBD7
RGB
CMYK
RGB Variations
Color information
#C0BBD7 (or 0xC0BBD7) is known color: Lavender Grey. HEX triplet: C0, BB and D7. RGB value is (192,187,215). Sum of RGB (Red+Green+Blue) = 192+187+215=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #C0BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBD7 is #3F4428. Grayscale: #BFBFBF. Windows color (decimal): -4146217 or 14138304. OLE color: 14138304.
HSL color Cylindrical-coordinate representation of color #C0BBD7: hue angle of 250.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0BBD7 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 187 | 215 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.16 |
| HSL | 250.71º | 0.26% | 0.79% | - |
| HSV(B) | 250.71º | 0.13% | 0.84% | - |
| XYZ | 51.77 | 51.65 | 71.53 | - |
| YUV | 191.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 215 | 0.11 | 0.13 | 0 | 0.16 | 250.71 | 0.26 | 0.79 |
| Hex | C0 | BB | D7 | B | D | 0 | 10 | FB | 1A | 4F |
| Octal | 300 | 273 | 327 | 13 | 15 | 0 | 20 | 373 | 32 | 117 |
| Binary | 11000000 | 10111011 | 11010111 | 1011 | 1101 | 0 | 10000 | 11111011 | 11010 | 1001111 |
Color Harmonies of #C0BBD7
Complementary color
Monochromatic Colors of #C0BBD7
Black with #C0BBD7
Text Example
Text Example
White with #C0BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBD7; }
p { color: rgb(192,187,215); }
H1.HeaderClassName
{
color: #C0BBD7;
}
.AnyTagClassName
{
color: #C0BBD7;
}
</style>
background-color css
<style>
a { background-color: #C0BBD7; }
a { background-color: rgb(192,187,215); }
div.DivClassName
{
background-color: #C0BBD7;
}
.BgClassName
{
background-color: #C0BBD7;
}
</style>
border-color css
<style>
span { border-color: #C0BBD7; }
span { border-color: rgb(192,187,215); }
td.TdClassName
{
border-color: #C0BBD7;
}
.TagClassName
{
border-color: #C0BBD7;
}
</style>