Shades of Lavender Blue #C0B5FB
Tints of Lavender Blue #C0B5FB
RGB
CMYK
RGB Variations
Color information
#C0B5FB (or 0xC0B5FB) is known color: Lavender Blue. HEX triplet: C0, B5 and FB. RGB value is (192,181,251). Sum of RGB (Red+Green+Blue) = 192+181+251=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B5FB is #3F4A04. Grayscale: #C0C0C0. Windows color (decimal): -4147717 or 16496064. OLE color: 16496064.
HSL color Cylindrical-coordinate representation of color #C0B5FB: hue angle of 249.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0B5FB is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 181 | 251 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.02 |
| HSL | 249.43º | 0.9% | 0.85% | - |
| HSV(B) | 249.43º | 0.28% | 0.98% | - |
| XYZ | 55.67 | 51.22 | 98.22 | - |
| YUV | 192.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 251 | 0.24 | 0.28 | 0 | 0.02 | 249.43 | 0.9 | 0.85 |
| Hex | C0 | B5 | FB | 18 | 1C | 0 | 2 | F9 | 5A | 55 |
| Octal | 300 | 265 | 373 | 30 | 34 | 0 | 2 | 371 | 132 | 125 |
| Binary | 11000000 | 10110101 | 11111011 | 11000 | 11100 | 0 | 10 | 11111001 | 1011010 | 1010101 |
Color Harmonies of #C0B5FB
Complementary color
Monochromatic Colors of #C0B5FB
Black with #C0B5FB
Text Example
Text Example
White with #C0B5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5FB; }
p { color: rgb(192,181,251); }
H1.HeaderClassName
{
color: #C0B5FB;
}
.AnyTagClassName
{
color: #C0B5FB;
}
</style>
background-color css
<style>
a { background-color: #C0B5FB; }
a { background-color: rgb(192,181,251); }
div.DivClassName
{
background-color: #C0B5FB;
}
.BgClassName
{
background-color: #C0B5FB;
}
</style>
border-color css
<style>
span { border-color: #C0B5FB; }
span { border-color: rgb(192,181,251); }
td.TdClassName
{
border-color: #C0B5FB;
}
.TagClassName
{
border-color: #C0B5FB;
}
</style>