Shades of Lavender Grey #C0BFE3
Tints of Lavender Grey #C0BFE3
RGB
CMYK
RGB Variations
Color information
#C0BFE3 (or 0xC0BFE3) is known color: Lavender Grey. HEX triplet: C0, BF and E3. RGB value is (192,191,227). Sum of RGB (Red+Green+Blue) = 192+191+227=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0BFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFE3 is #3F401C. Grayscale: #C3C3C3. Windows color (decimal): -4145181 or 14925760. OLE color: 14925760.
HSL color Cylindrical-coordinate representation of color #C0BFE3: hue angle of 241.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BFE3 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 191 | 227 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.11 |
| HSL | 241.67º | 0.39% | 0.82% | - |
| HSV(B) | 241.67º | 0.16% | 0.89% | - |
| XYZ | 54.23 | 54.01 | 80.24 | - |
| YUV | 195.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 227 | 0.15 | 0.16 | 0 | 0.11 | 241.67 | 0.39 | 0.82 |
| Hex | C0 | BF | E3 | F | 10 | 0 | B | F2 | 27 | 52 |
| Octal | 300 | 277 | 343 | 17 | 20 | 0 | 13 | 362 | 47 | 122 |
| Binary | 11000000 | 10111111 | 11100011 | 1111 | 10000 | 0 | 1011 | 11110010 | 100111 | 1010010 |
Color Harmonies of #C0BFE3
Complementary color
Monochromatic Colors of #C0BFE3
Black with #C0BFE3
Text Example
Text Example
White with #C0BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFE3; }
p { color: rgb(192,191,227); }
H1.HeaderClassName
{
color: #C0BFE3;
}
.AnyTagClassName
{
color: #C0BFE3;
}
</style>
background-color css
<style>
a { background-color: #C0BFE3; }
a { background-color: rgb(192,191,227); }
div.DivClassName
{
background-color: #C0BFE3;
}
.BgClassName
{
background-color: #C0BFE3;
}
</style>
border-color css
<style>
span { border-color: #C0BFE3; }
span { border-color: rgb(192,191,227); }
td.TdClassName
{
border-color: #C0BFE3;
}
.TagClassName
{
border-color: #C0BFE3;
}
</style>