Shades of Lavender Grey #C0BBE6
Tints of Lavender Grey #C0BBE6
RGB
CMYK
RGB Variations
Color information
#C0BBE6 (or 0xC0BBE6) is known color: Lavender Grey. HEX triplet: C0, BB and E6. RGB value is (192,187,230). Sum of RGB (Red+Green+Blue) = 192+187+230=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #C0BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBE6 is #3F4419. Grayscale: #C1C1C1. Windows color (decimal): -4146202 or 15121344. OLE color: 15121344.
HSL color Cylindrical-coordinate representation of color #C0BBE6: hue angle of 246.98º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BBE6 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 187 | 230 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.10 |
| HSL | 246.98º | 0.46% | 0.82% | - |
| HSV(B) | 246.98º | 0.19% | 0.9% | - |
| XYZ | 53.79 | 52.46 | 82.15 | - |
| YUV | 193.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 230 | 0.17 | 0.19 | 0 | 0.10 | 246.98 | 0.46 | 0.82 |
| Hex | C0 | BB | E6 | 11 | 13 | 0 | A | F7 | 2E | 52 |
| Octal | 300 | 273 | 346 | 21 | 23 | 0 | 12 | 367 | 56 | 122 |
| Binary | 11000000 | 10111011 | 11100110 | 10001 | 10011 | 0 | 1010 | 11110111 | 101110 | 1010010 |
Color Harmonies of #C0BBE6
Complementary color
Monochromatic Colors of #C0BBE6
Black with #C0BBE6
Text Example
Text Example
White with #C0BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBE6; }
p { color: rgb(192,187,230); }
H1.HeaderClassName
{
color: #C0BBE6;
}
.AnyTagClassName
{
color: #C0BBE6;
}
</style>
background-color css
<style>
a { background-color: #C0BBE6; }
a { background-color: rgb(192,187,230); }
div.DivClassName
{
background-color: #C0BBE6;
}
.BgClassName
{
background-color: #C0BBE6;
}
</style>
border-color css
<style>
span { border-color: #C0BBE6; }
span { border-color: rgb(192,187,230); }
td.TdClassName
{
border-color: #C0BBE6;
}
.TagClassName
{
border-color: #C0BBE6;
}
</style>