Shades of Lavender Grey #C0BBDB
Tints of Lavender Grey #C0BBDB
RGB
CMYK
RGB Variations
Color information
#C0BBDB (or 0xC0BBDB) is known color: Lavender Grey. HEX triplet: C0, BB and DB. RGB value is (192,187,219). Sum of RGB (Red+Green+Blue) = 192+187+219=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBDB is #3F4424. Grayscale: #C0C0C0. Windows color (decimal): -4146213 or 14400448. OLE color: 14400448.
HSL color Cylindrical-coordinate representation of color #C0BBDB: hue angle of 249.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BBDB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 187 | 219 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.14 |
| HSL | 249.38º | 0.31% | 0.8% | - |
| HSV(B) | 249.38º | 0.15% | 0.86% | - |
| XYZ | 52.29 | 51.86 | 74.27 | - |
| YUV | 192.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 219 | 0.12 | 0.15 | 0 | 0.14 | 249.38 | 0.31 | 0.8 |
| Hex | C0 | BB | DB | C | F | 0 | E | F9 | 1F | 50 |
| Octal | 300 | 273 | 333 | 14 | 17 | 0 | 16 | 371 | 37 | 120 |
| Binary | 11000000 | 10111011 | 11011011 | 1100 | 1111 | 0 | 1110 | 11111001 | 11111 | 1010000 |
Color Harmonies of #C0BBDB
Complementary color
Monochromatic Colors of #C0BBDB
Black with #C0BBDB
Text Example
Text Example
White with #C0BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBDB; }
p { color: rgb(192,187,219); }
H1.HeaderClassName
{
color: #C0BBDB;
}
.AnyTagClassName
{
color: #C0BBDB;
}
</style>
background-color css
<style>
a { background-color: #C0BBDB; }
a { background-color: rgb(192,187,219); }
div.DivClassName
{
background-color: #C0BBDB;
}
.BgClassName
{
background-color: #C0BBDB;
}
</style>
border-color css
<style>
span { border-color: #C0BBDB; }
span { border-color: rgb(192,187,219); }
td.TdClassName
{
border-color: #C0BBDB;
}
.TagClassName
{
border-color: #C0BBDB;
}
</style>