Shades of Lavender Blue #C0BBFF
Tints of Lavender Blue #C0BBFF
RGB
CMYK
RGB Variations
Color information
#C0BBFF (or 0xC0BBFF) is known color: Lavender Blue. HEX triplet: C0, BB and FF. RGB value is (192,187,255). Sum of RGB (Red+Green+Blue) = 192+187+255=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBFF is #3F4400. Grayscale: #C3C3C3. Windows color (decimal): -4146177 or 16759744. OLE color: 16759744.
HSL color Cylindrical-coordinate representation of color #C0BBFF: hue angle of 244.41º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0BBFF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 187 | 255 | - |
| CMYK | 0.25 | 0.27 | 0 | 0 |
| HSL | 244.41º | 1% | 0.87% | - |
| HSV(B) | 244.41º | 0.27% | 1% | - |
| XYZ | 57.56 | 53.97 | 101.99 | - |
| YUV | 196.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 255 | 0.25 | 0.27 | 0 | 0 | 244.41 | 1 | 0.87 |
| Hex | C0 | BB | FF | 19 | 1B | 0 | 0 | F4 | 64 | 57 |
| Octal | 300 | 273 | 377 | 31 | 33 | 0 | 0 | 364 | 144 | 127 |
| Binary | 11000000 | 10111011 | 11111111 | 11001 | 11011 | 0 | 0 | 11110100 | 1100100 | 1010111 |
Color Harmonies of #C0BBFF
Complementary color
Monochromatic Colors of #C0BBFF
Black with #C0BBFF
Text Example
Text Example
White with #C0BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBFF; }
p { color: rgb(192,187,255); }
H1.HeaderClassName
{
color: #C0BBFF;
}
.AnyTagClassName
{
color: #C0BBFF;
}
</style>
background-color css
<style>
a { background-color: #C0BBFF; }
a { background-color: rgb(192,187,255); }
div.DivClassName
{
background-color: #C0BBFF;
}
.BgClassName
{
background-color: #C0BBFF;
}
</style>
border-color css
<style>
span { border-color: #C0BBFF; }
span { border-color: rgb(192,187,255); }
td.TdClassName
{
border-color: #C0BBFF;
}
.TagClassName
{
border-color: #C0BBFF;
}
</style>