Shades of Lavender Grey #C0BFE9
Tints of Lavender Grey #C0BFE9
RGB
CMYK
RGB Variations
Color information
#C0BFE9 (or 0xC0BFE9) is known color: Lavender Grey. HEX triplet: C0, BF and E9. RGB value is (192,191,233). Sum of RGB (Red+Green+Blue) = 192+191+233=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0BFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFE9 is #3F4016. Grayscale: #C3C3C3. Windows color (decimal): -4145175 or 15318976. OLE color: 15318976.
HSL color Cylindrical-coordinate representation of color #C0BFE9: hue angle of 241.43º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BFE9 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 191 | 233 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.09 |
| HSL | 241.43º | 0.49% | 0.83% | - |
| HSV(B) | 241.43º | 0.18% | 0.91% | - |
| XYZ | 55.08 | 54.35 | 84.68 | - |
| YUV | 196.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 233 | 0.18 | 0.18 | 0 | 0.09 | 241.43 | 0.49 | 0.83 |
| Hex | C0 | BF | E9 | 12 | 12 | 0 | 9 | F1 | 31 | 53 |
| Octal | 300 | 277 | 351 | 22 | 22 | 0 | 11 | 361 | 61 | 123 |
| Binary | 11000000 | 10111111 | 11101001 | 10010 | 10010 | 0 | 1001 | 11110001 | 110001 | 1010011 |
Color Harmonies of #C0BFE9
Complementary color
Monochromatic Colors of #C0BFE9
Black with #C0BFE9
Text Example
Text Example
White with #C0BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFE9; }
p { color: rgb(192,191,233); }
H1.HeaderClassName
{
color: #C0BFE9;
}
.AnyTagClassName
{
color: #C0BFE9;
}
</style>
background-color css
<style>
a { background-color: #C0BFE9; }
a { background-color: rgb(192,191,233); }
div.DivClassName
{
background-color: #C0BFE9;
}
.BgClassName
{
background-color: #C0BFE9;
}
</style>
border-color css
<style>
span { border-color: #C0BFE9; }
span { border-color: rgb(192,191,233); }
td.TdClassName
{
border-color: #C0BFE9;
}
.TagClassName
{
border-color: #C0BFE9;
}
</style>