Shades of Lavender Blue #C0BBFD
Tints of Lavender Blue #C0BBFD
RGB
CMYK
RGB Variations
Color information
#C0BBFD (or 0xC0BBFD) is known color: Lavender Blue. HEX triplet: C0, BB and FD. RGB value is (192,187,253). Sum of RGB (Red+Green+Blue) = 192+187+253=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBFD is #3F4402. Grayscale: #C3C3C3. Windows color (decimal): -4146179 or 16628672. OLE color: 16628672.
HSL color Cylindrical-coordinate representation of color #C0BBFD: hue angle of 244.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BBFD is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 187 | 253 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.01 |
| HSL | 244.55º | 0.94% | 0.86% | - |
| HSV(B) | 244.55º | 0.26% | 0.99% | - |
| XYZ | 57.24 | 53.84 | 100.3 | - |
| YUV | 196.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 253 | 0.24 | 0.26 | 0 | 0.01 | 244.55 | 0.94 | 0.86 |
| Hex | C0 | BB | FD | 18 | 1A | 0 | 1 | F5 | 5E | 56 |
| Octal | 300 | 273 | 375 | 30 | 32 | 0 | 1 | 365 | 136 | 126 |
| Binary | 11000000 | 10111011 | 11111101 | 11000 | 11010 | 0 | 1 | 11110101 | 1011110 | 1010110 |
Color Harmonies of #C0BBFD
Complementary color
Monochromatic Colors of #C0BBFD
Black with #C0BBFD
Text Example
Text Example
White with #C0BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBFD; }
p { color: rgb(192,187,253); }
H1.HeaderClassName
{
color: #C0BBFD;
}
.AnyTagClassName
{
color: #C0BBFD;
}
</style>
background-color css
<style>
a { background-color: #C0BBFD; }
a { background-color: rgb(192,187,253); }
div.DivClassName
{
background-color: #C0BBFD;
}
.BgClassName
{
background-color: #C0BBFD;
}
</style>
border-color css
<style>
span { border-color: #C0BBFD; }
span { border-color: rgb(192,187,253); }
td.TdClassName
{
border-color: #C0BBFD;
}
.TagClassName
{
border-color: #C0BBFD;
}
</style>