Shades of Lavender Grey #C0BFEE
Tints of Lavender Grey #C0BFEE
RGB
CMYK
RGB Variations
Color information
#C0BFEE (or 0xC0BFEE) is known color: Lavender Grey. HEX triplet: C0, BF and EE. RGB value is (192,191,238). Sum of RGB (Red+Green+Blue) = 192+191+238=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFEE is #3F4011. Grayscale: #C4C4C4. Windows color (decimal): -4145170 or 15646656. OLE color: 15646656.
HSL color Cylindrical-coordinate representation of color #C0BFEE: hue angle of 241.28º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BFEE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 191 | 238 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.07 |
| HSL | 241.28º | 0.58% | 0.84% | - |
| HSV(B) | 241.28º | 0.2% | 0.93% | - |
| XYZ | 55.8 | 54.64 | 88.49 | - |
| YUV | 196.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 238 | 0.19 | 0.20 | 0 | 0.07 | 241.28 | 0.58 | 0.84 |
| Hex | C0 | BF | EE | 13 | 14 | 0 | 7 | F1 | 3A | 54 |
| Octal | 300 | 277 | 356 | 23 | 24 | 0 | 7 | 361 | 72 | 124 |
| Binary | 11000000 | 10111111 | 11101110 | 10011 | 10100 | 0 | 111 | 11110001 | 111010 | 1010100 |
Color Harmonies of #C0BFEE
Complementary color
Monochromatic Colors of #C0BFEE
Black with #C0BFEE
Text Example
Text Example
White with #C0BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFEE; }
p { color: rgb(192,191,238); }
H1.HeaderClassName
{
color: #C0BFEE;
}
.AnyTagClassName
{
color: #C0BFEE;
}
</style>
background-color css
<style>
a { background-color: #C0BFEE; }
a { background-color: rgb(192,191,238); }
div.DivClassName
{
background-color: #C0BFEE;
}
.BgClassName
{
background-color: #C0BFEE;
}
</style>
border-color css
<style>
span { border-color: #C0BFEE; }
span { border-color: rgb(192,191,238); }
td.TdClassName
{
border-color: #C0BFEE;
}
.TagClassName
{
border-color: #C0BFEE;
}
</style>