Shades of Lavender Grey #C0BBEB
Tints of Lavender Grey #C0BBEB
RGB
CMYK
RGB Variations
Color information
#C0BBEB (or 0xC0BBEB) is known color: Lavender Grey. HEX triplet: C0, BB and EB. RGB value is (192,187,235). Sum of RGB (Red+Green+Blue) = 192+187+235=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBEB is #3F4414. Grayscale: #C1C1C1. Windows color (decimal): -4146197 or 15449024. OLE color: 15449024.
HSL color Cylindrical-coordinate representation of color #C0BBEB: hue angle of 246.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BBEB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 187 | 235 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.08 |
| HSL | 246.25º | 0.55% | 0.83% | - |
| HSV(B) | 246.25º | 0.2% | 0.92% | - |
| XYZ | 54.5 | 52.75 | 85.91 | - |
| YUV | 193.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 235 | 0.18 | 0.20 | 0 | 0.08 | 246.25 | 0.55 | 0.83 |
| Hex | C0 | BB | EB | 12 | 14 | 0 | 8 | F6 | 37 | 53 |
| Octal | 300 | 273 | 353 | 22 | 24 | 0 | 10 | 366 | 67 | 123 |
| Binary | 11000000 | 10111011 | 11101011 | 10010 | 10100 | 0 | 1000 | 11110110 | 110111 | 1010011 |
Color Harmonies of #C0BBEB
Complementary color
Monochromatic Colors of #C0BBEB
Black with #C0BBEB
Text Example
Text Example
White with #C0BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBEB; }
p { color: rgb(192,187,235); }
H1.HeaderClassName
{
color: #C0BBEB;
}
.AnyTagClassName
{
color: #C0BBEB;
}
</style>
background-color css
<style>
a { background-color: #C0BBEB; }
a { background-color: rgb(192,187,235); }
div.DivClassName
{
background-color: #C0BBEB;
}
.BgClassName
{
background-color: #C0BBEB;
}
</style>
border-color css
<style>
span { border-color: #C0BBEB; }
span { border-color: rgb(192,187,235); }
td.TdClassName
{
border-color: #C0BBEB;
}
.TagClassName
{
border-color: #C0BBEB;
}
</style>