Shades of Lavender Grey #C0BBE7
Tints of Lavender Grey #C0BBE7
RGB
CMYK
RGB Variations
Color information
#C0BBE7 (or 0xC0BBE7) is known color: Lavender Grey. HEX triplet: C0, BB and E7. RGB value is (192,187,231). Sum of RGB (Red+Green+Blue) = 192+187+231=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #C0BBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBE7 is #3F4418. Grayscale: #C1C1C1. Windows color (decimal): -4146201 or 15186880. OLE color: 15186880.
HSL color Cylindrical-coordinate representation of color #C0BBE7: hue angle of 246.82º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BBE7 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 187 | 231 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.09 |
| HSL | 246.82º | 0.48% | 0.82% | - |
| HSV(B) | 246.82º | 0.19% | 0.91% | - |
| XYZ | 53.93 | 52.52 | 82.9 | - |
| YUV | 193.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 231 | 0.17 | 0.19 | 0 | 0.09 | 246.82 | 0.48 | 0.82 |
| Hex | C0 | BB | E7 | 11 | 13 | 0 | 9 | F7 | 30 | 52 |
| Octal | 300 | 273 | 347 | 21 | 23 | 0 | 11 | 367 | 60 | 122 |
| Binary | 11000000 | 10111011 | 11100111 | 10001 | 10011 | 0 | 1001 | 11110111 | 110000 | 1010010 |
Color Harmonies of #C0BBE7
Complementary color
Monochromatic Colors of #C0BBE7
Black with #C0BBE7
Text Example
Text Example
White with #C0BBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBE7; }
p { color: rgb(192,187,231); }
H1.HeaderClassName
{
color: #C0BBE7;
}
.AnyTagClassName
{
color: #C0BBE7;
}
</style>
background-color css
<style>
a { background-color: #C0BBE7; }
a { background-color: rgb(192,187,231); }
div.DivClassName
{
background-color: #C0BBE7;
}
.BgClassName
{
background-color: #C0BBE7;
}
</style>
border-color css
<style>
span { border-color: #C0BBE7; }
span { border-color: rgb(192,187,231); }
td.TdClassName
{
border-color: #C0BBE7;
}
.TagClassName
{
border-color: #C0BBE7;
}
</style>