Shades of Lavender Grey #C0BBEC
Tints of Lavender Grey #C0BBEC
RGB
CMYK
RGB Variations
Color information
#C0BBEC (or 0xC0BBEC) is known color: Lavender Grey. HEX triplet: C0, BB and EC. RGB value is (192,187,236). Sum of RGB (Red+Green+Blue) = 192+187+236=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBEC is #3F4413. Grayscale: #C1C1C1. Windows color (decimal): -4146196 or 15514560. OLE color: 15514560.
HSL color Cylindrical-coordinate representation of color #C0BBEC: hue angle of 246.12º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BBEC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 187 | 236 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.07 |
| HSL | 246.12º | 0.56% | 0.83% | - |
| HSV(B) | 246.12º | 0.21% | 0.93% | - |
| XYZ | 54.65 | 52.8 | 86.67 | - |
| YUV | 194.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 236 | 0.19 | 0.21 | 0 | 0.07 | 246.12 | 0.56 | 0.83 |
| Hex | C0 | BB | EC | 13 | 15 | 0 | 7 | F6 | 38 | 53 |
| Octal | 300 | 273 | 354 | 23 | 25 | 0 | 7 | 366 | 70 | 123 |
| Binary | 11000000 | 10111011 | 11101100 | 10011 | 10101 | 0 | 111 | 11110110 | 111000 | 1010011 |
Color Harmonies of #C0BBEC
Complementary color
Monochromatic Colors of #C0BBEC
Black with #C0BBEC
Text Example
Text Example
White with #C0BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBEC; }
p { color: rgb(192,187,236); }
H1.HeaderClassName
{
color: #C0BBEC;
}
.AnyTagClassName
{
color: #C0BBEC;
}
</style>
background-color css
<style>
a { background-color: #C0BBEC; }
a { background-color: rgb(192,187,236); }
div.DivClassName
{
background-color: #C0BBEC;
}
.BgClassName
{
background-color: #C0BBEC;
}
</style>
border-color css
<style>
span { border-color: #C0BBEC; }
span { border-color: rgb(192,187,236); }
td.TdClassName
{
border-color: #C0BBEC;
}
.TagClassName
{
border-color: #C0BBEC;
}
</style>