Shades of Lavender Blue #C0BCF6
Tints of Lavender Blue #C0BCF6
RGB
CMYK
RGB Variations
Color information
#C0BCF6 (or 0xC0BCF6) is known color: Lavender Blue. HEX triplet: C0, BC and F6. RGB value is (192,188,246). Sum of RGB (Red+Green+Blue) = 192+188+246=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #C0BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCF6 is #3F4309. Grayscale: #C3C3C3. Windows color (decimal): -4145930 or 16170176. OLE color: 16170176.
HSL color Cylindrical-coordinate representation of color #C0BCF6: hue angle of 244.14º degrees, saturation: 0.76, 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 #C0BCF6 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 188 | 246 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.04 |
| HSL | 244.14º | 0.76% | 0.85% | - |
| HSV(B) | 244.14º | 0.24% | 0.96% | - |
| XYZ | 56.36 | 53.83 | 94.61 | - |
| YUV | 195.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 246 | 0.22 | 0.24 | 0 | 0.04 | 244.14 | 0.76 | 0.85 |
| Hex | C0 | BC | F6 | 16 | 18 | 0 | 4 | F4 | 4C | 55 |
| Octal | 300 | 274 | 366 | 26 | 30 | 0 | 4 | 364 | 114 | 125 |
| Binary | 11000000 | 10111100 | 11110110 | 10110 | 11000 | 0 | 100 | 11110100 | 1001100 | 1010101 |
Color Harmonies of #C0BCF6
Complementary color
Monochromatic Colors of #C0BCF6
Black with #C0BCF6
Text Example
Text Example
White with #C0BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCF6; }
p { color: rgb(192,188,246); }
H1.HeaderClassName
{
color: #C0BCF6;
}
.AnyTagClassName
{
color: #C0BCF6;
}
</style>
background-color css
<style>
a { background-color: #C0BCF6; }
a { background-color: rgb(192,188,246); }
div.DivClassName
{
background-color: #C0BCF6;
}
.BgClassName
{
background-color: #C0BCF6;
}
</style>
border-color css
<style>
span { border-color: #C0BCF6; }
span { border-color: rgb(192,188,246); }
td.TdClassName
{
border-color: #C0BCF6;
}
.TagClassName
{
border-color: #C0BCF6;
}
</style>