Shades of Lavender Blue #C0BBF2
Tints of Lavender Blue #C0BBF2
RGB
CMYK
RGB Variations
Color information
#C0BBF2 (or 0xC0BBF2) is known color: Lavender Blue. HEX triplet: C0, BB and F2. RGB value is (192,187,242). Sum of RGB (Red+Green+Blue) = 192+187+242=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF2 is #3F440D. Grayscale: #C2C2C2. Windows color (decimal): -4146190 or 15907776. OLE color: 15907776.
HSL color Cylindrical-coordinate representation of color #C0BBF2: hue angle of 245.45º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BBF2 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 187 | 242 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.05 |
| HSL | 245.45º | 0.68% | 0.84% | - |
| HSV(B) | 245.45º | 0.23% | 0.95% | - |
| XYZ | 55.54 | 53.16 | 91.34 | - |
| YUV | 194.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 242 | 0.21 | 0.23 | 0 | 0.05 | 245.45 | 0.68 | 0.84 |
| Hex | C0 | BB | F2 | 15 | 17 | 0 | 5 | F5 | 44 | 54 |
| Octal | 300 | 273 | 362 | 25 | 27 | 0 | 5 | 365 | 104 | 124 |
| Binary | 11000000 | 10111011 | 11110010 | 10101 | 10111 | 0 | 101 | 11110101 | 1000100 | 1010100 |
Color Harmonies of #C0BBF2
Complementary color
Monochromatic Colors of #C0BBF2
Black with #C0BBF2
Text Example
Text Example
White with #C0BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBF2; }
p { color: rgb(192,187,242); }
H1.HeaderClassName
{
color: #C0BBF2;
}
.AnyTagClassName
{
color: #C0BBF2;
}
</style>
background-color css
<style>
a { background-color: #C0BBF2; }
a { background-color: rgb(192,187,242); }
div.DivClassName
{
background-color: #C0BBF2;
}
.BgClassName
{
background-color: #C0BBF2;
}
</style>
border-color css
<style>
span { border-color: #C0BBF2; }
span { border-color: rgb(192,187,242); }
td.TdClassName
{
border-color: #C0BBF2;
}
.TagClassName
{
border-color: #C0BBF2;
}
</style>