Shades of Lavender Grey #C0BFD0
Tints of Lavender Grey #C0BFD0
RGB
CMYK
RGB Variations
Color information
#C0BFD0 (or 0xC0BFD0) is known color: Lavender Grey. HEX triplet: C0, BF and D0. RGB value is (192,191,208). Sum of RGB (Red+Green+Blue) = 192+191+208=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFD0 is #3F402F. Grayscale: #C1C1C1. Windows color (decimal): -4145200 or 13680576. OLE color: 13680576.
HSL color Cylindrical-coordinate representation of color #C0BFD0: hue angle of 243.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BFD0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 192 | 191 | 208 | - |
CMYK | 0.08 | 0.08 | 0 | 0.18 |
HSL | 243.53º | 0.15% | 0.78% | - |
HSV(B) | 243.53º | 0.08% | 0.82% | - |
XYZ | 51.75 | 53.02 | 67.18 | - |
YUV | 193.24 | 136.33 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 191 | 208 | 0.08 | 0.08 | 0 | 0.18 | 243.53 | 0.15 | 0.78 |
Hex | C0 | BF | D0 | 8 | 8 | 0 | 12 | F4 | F | 4E |
Octal | 300 | 277 | 320 | 10 | 10 | 0 | 22 | 364 | 17 | 116 |
Binary | 11000000 | 10111111 | 11010000 | 1000 | 1000 | 0 | 10010 | 11110100 | 1111 | 1001110 |
Color Harmonies of #C0BFD0
Complementary color
Monochromatic Colors of #C0BFD0
Black with #C0BFD0
Text Example
Text Example
White with #C0BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFD0; }
p { color: rgb(192,191,208); }
H1.HeaderClassName
{
color: #C0BFD0;
}
.AnyTagClassName
{
color: #C0BFD0;
}
</style>
background-color css
<style>
a { background-color: #C0BFD0; }
a { background-color: rgb(192,191,208); }
div.DivClassName
{
background-color: #C0BFD0;
}
.BgClassName
{
background-color: #C0BFD0;
}
</style>
border-color css
<style>
span { border-color: #C0BFD0; }
span { border-color: rgb(192,191,208); }
td.TdClassName
{
border-color: #C0BFD0;
}
.TagClassName
{
border-color: #C0BFD0;
}
</style>