Shades of Lavender Grey #C0BFD5
Tints of Lavender Grey #C0BFD5
RGB
CMYK
RGB Variations
Color information
#C0BFD5 (or 0xC0BFD5) is known color: Lavender Grey. HEX triplet: C0, BF and D5. RGB value is (192,191,213). Sum of RGB (Red+Green+Blue) = 192+191+213=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFD5 is #3F402A. Grayscale: #C1C1C1. Windows color (decimal): -4145195 or 14008256. OLE color: 14008256.
HSL color Cylindrical-coordinate representation of color #C0BFD5: hue angle of 242.73º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BFD5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 191 | 213 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.16 |
| HSL | 242.73º | 0.21% | 0.79% | - |
| HSV(B) | 242.73º | 0.1% | 0.84% | - |
| XYZ | 52.38 | 53.27 | 70.47 | - |
| YUV | 193.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 213 | 0.10 | 0.10 | 0 | 0.16 | 242.73 | 0.21 | 0.79 |
| Hex | C0 | BF | D5 | A | A | 0 | 10 | F3 | 15 | 4F |
| Octal | 300 | 277 | 325 | 12 | 12 | 0 | 20 | 363 | 25 | 117 |
| Binary | 11000000 | 10111111 | 11010101 | 1010 | 1010 | 0 | 10000 | 11110011 | 10101 | 1001111 |
Color Harmonies of #C0BFD5
Complementary color
Monochromatic Colors of #C0BFD5
Black with #C0BFD5
Text Example
Text Example
White with #C0BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFD5; }
p { color: rgb(192,191,213); }
H1.HeaderClassName
{
color: #C0BFD5;
}
.AnyTagClassName
{
color: #C0BFD5;
}
</style>
background-color css
<style>
a { background-color: #C0BFD5; }
a { background-color: rgb(192,191,213); }
div.DivClassName
{
background-color: #C0BFD5;
}
.BgClassName
{
background-color: #C0BFD5;
}
</style>
border-color css
<style>
span { border-color: #C0BFD5; }
span { border-color: rgb(192,191,213); }
td.TdClassName
{
border-color: #C0BFD5;
}
.TagClassName
{
border-color: #C0BFD5;
}
</style>