Shades of Lavender Grey #C0BCD8
Tints of Lavender Grey #C0BCD8
RGB
CMYK
RGB Variations
Color information
#C0BCD8 (or 0xC0BCD8) is known color: Lavender Grey. HEX triplet: C0, BC and D8. RGB value is (192,188,216). Sum of RGB (Red+Green+Blue) = 192+188+216=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0BCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCD8 is #3F4327. Grayscale: #C0C0C0. Windows color (decimal): -4145960 or 14204096. OLE color: 14204096.
HSL color Cylindrical-coordinate representation of color #C0BCD8: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0BCD8 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 188 | 216 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.15 |
| HSL | 248.57º | 0.26% | 0.79% | - |
| HSV(B) | 248.57º | 0.13% | 0.85% | - |
| XYZ | 52.12 | 52.13 | 72.28 | - |
| YUV | 192.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 216 | 0.11 | 0.13 | 0 | 0.15 | 248.57 | 0.26 | 0.79 |
| Hex | C0 | BC | D8 | B | D | 0 | F | F9 | 1A | 4F |
| Octal | 300 | 274 | 330 | 13 | 15 | 0 | 17 | 371 | 32 | 117 |
| Binary | 11000000 | 10111100 | 11011000 | 1011 | 1101 | 0 | 1111 | 11111001 | 11010 | 1001111 |
Color Harmonies of #C0BCD8
Complementary color
Monochromatic Colors of #C0BCD8
Black with #C0BCD8
Text Example
Text Example
White with #C0BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCD8; }
p { color: rgb(192,188,216); }
H1.HeaderClassName
{
color: #C0BCD8;
}
.AnyTagClassName
{
color: #C0BCD8;
}
</style>
background-color css
<style>
a { background-color: #C0BCD8; }
a { background-color: rgb(192,188,216); }
div.DivClassName
{
background-color: #C0BCD8;
}
.BgClassName
{
background-color: #C0BCD8;
}
</style>
border-color css
<style>
span { border-color: #C0BCD8; }
span { border-color: rgb(192,188,216); }
td.TdClassName
{
border-color: #C0BCD8;
}
.TagClassName
{
border-color: #C0BCD8;
}
</style>