Shades of Lavender Blue #C0B3FE
Tints of Lavender Blue #C0B3FE
RGB
CMYK
RGB Variations
Color information
#C0B3FE (or 0xC0B3FE) is known color: Lavender Blue. HEX triplet: C0, B3 and FE. RGB value is (192,179,254). Sum of RGB (Red+Green+Blue) = 192+179+254=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0B3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B3FE is #3F4C01. Grayscale: #BFBFBF. Windows color (decimal): -4148226 or 16692160. OLE color: 16692160.
HSL color Cylindrical-coordinate representation of color #C0B3FE: hue angle of 250.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B3FE is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 179 | 254 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.00 |
| HSL | 250.4º | 0.97% | 0.85% | - |
| HSV(B) | 250.4º | 0.3% | 1% | - |
| XYZ | 55.75 | 50.6 | 100.59 | - |
| YUV | 191.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 254 | 0.24 | 0.30 | 0 | 0.00 | 250.4 | 0.97 | 0.85 |
| Hex | C0 | B3 | FE | 18 | 1E | 0 | 0 | FA | 61 | 55 |
| Octal | 300 | 263 | 376 | 30 | 36 | 0 | 0 | 372 | 141 | 125 |
| Binary | 11000000 | 10110011 | 11111110 | 11000 | 11110 | 0 | 0 | 11111010 | 1100001 | 1010101 |
Color Harmonies of #C0B3FE
Complementary color
Monochromatic Colors of #C0B3FE
Black with #C0B3FE
Text Example
Text Example
White with #C0B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B3FE; }
p { color: rgb(192,179,254); }
H1.HeaderClassName
{
color: #C0B3FE;
}
.AnyTagClassName
{
color: #C0B3FE;
}
</style>
background-color css
<style>
a { background-color: #C0B3FE; }
a { background-color: rgb(192,179,254); }
div.DivClassName
{
background-color: #C0B3FE;
}
.BgClassName
{
background-color: #C0B3FE;
}
</style>
border-color css
<style>
span { border-color: #C0B3FE; }
span { border-color: rgb(192,179,254); }
td.TdClassName
{
border-color: #C0B3FE;
}
.TagClassName
{
border-color: #C0B3FE;
}
</style>