Shades of Lavender Blue #C0BBF6
Tints of Lavender Blue #C0BBF6
RGB
CMYK
RGB Variations
Color information
#C0BBF6 (or 0xC0BBF6) is known color: Lavender Blue. HEX triplet: C0, BB and F6. RGB value is (192,187,246). Sum of RGB (Red+Green+Blue) = 192+187+246=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #C0BBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF6 is #3F4409. Grayscale: #C2C2C2. Windows color (decimal): -4146186 or 16169920. OLE color: 16169920.
HSL color Cylindrical-coordinate representation of color #C0BBF6: hue angle of 245.08º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0BBF6 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 187 | 246 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.04 |
| HSL | 245.08º | 0.77% | 0.85% | - |
| HSV(B) | 245.08º | 0.24% | 0.96% | - |
| XYZ | 56.14 | 53.4 | 94.54 | - |
| YUV | 195.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 246 | 0.22 | 0.24 | 0 | 0.04 | 245.08 | 0.77 | 0.85 |
| Hex | C0 | BB | F6 | 16 | 18 | 0 | 4 | F5 | 4D | 55 |
| Octal | 300 | 273 | 366 | 26 | 30 | 0 | 4 | 365 | 115 | 125 |
| Binary | 11000000 | 10111011 | 11110110 | 10110 | 11000 | 0 | 100 | 11110101 | 1001101 | 1010101 |
Color Harmonies of #C0BBF6
Complementary color
Monochromatic Colors of #C0BBF6
Black with #C0BBF6
Text Example
Text Example
White with #C0BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBF6; }
p { color: rgb(192,187,246); }
H1.HeaderClassName
{
color: #C0BBF6;
}
.AnyTagClassName
{
color: #C0BBF6;
}
</style>
background-color css
<style>
a { background-color: #C0BBF6; }
a { background-color: rgb(192,187,246); }
div.DivClassName
{
background-color: #C0BBF6;
}
.BgClassName
{
background-color: #C0BBF6;
}
</style>
border-color css
<style>
span { border-color: #C0BBF6; }
span { border-color: rgb(192,187,246); }
td.TdClassName
{
border-color: #C0BBF6;
}
.TagClassName
{
border-color: #C0BBF6;
}
</style>