Shades of Lavender Blue #C0B2FF
Tints of Lavender Blue #C0B2FF
RGB
CMYK
RGB Variations
Color information
#C0B2FF (or 0xC0B2FF) is known color: Lavender Blue. HEX triplet: C0, B2 and FF. RGB value is (192,178,255). Sum of RGB (Red+Green+Blue) = 192+178+255=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B2FF is #3F4D00. Grayscale: #BEBEBE. Windows color (decimal): -4148481 or 16757440. OLE color: 16757440.
HSL color Cylindrical-coordinate representation of color #C0B2FF: hue angle of 250.91º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B2FF is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 178 | 255 | - |
| CMYK | 0.25 | 0.30 | 0 | 0 |
| HSL | 250.91º | 1% | 0.85% | - |
| HSV(B) | 250.91º | 0.3% | 1% | - |
| XYZ | 55.71 | 50.27 | 101.37 | - |
| YUV | 190.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 255 | 0.25 | 0.30 | 0 | 0 | 250.91 | 1 | 0.85 |
| Hex | C0 | B2 | FF | 19 | 1E | 0 | 0 | FB | 64 | 55 |
| Octal | 300 | 262 | 377 | 31 | 36 | 0 | 0 | 373 | 144 | 125 |
| Binary | 11000000 | 10110010 | 11111111 | 11001 | 11110 | 0 | 0 | 11111011 | 1100100 | 1010101 |
Color Harmonies of #C0B2FF
Complementary color
Monochromatic Colors of #C0B2FF
Black with #C0B2FF
Text Example
Text Example
White with #C0B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2FF; }
p { color: rgb(192,178,255); }
H1.HeaderClassName
{
color: #C0B2FF;
}
.AnyTagClassName
{
color: #C0B2FF;
}
</style>
background-color css
<style>
a { background-color: #C0B2FF; }
a { background-color: rgb(192,178,255); }
div.DivClassName
{
background-color: #C0B2FF;
}
.BgClassName
{
background-color: #C0B2FF;
}
</style>
border-color css
<style>
span { border-color: #C0B2FF; }
span { border-color: rgb(192,178,255); }
td.TdClassName
{
border-color: #C0B2FF;
}
.TagClassName
{
border-color: #C0B2FF;
}
</style>