Shades of Lavender Blue #C0BBF8
Tints of Lavender Blue #C0BBF8
RGB
CMYK
RGB Variations
Color information
#C0BBF8 (or 0xC0BBF8) is known color: Lavender Blue. HEX triplet: C0, BB and F8. RGB value is (192,187,248). Sum of RGB (Red+Green+Blue) = 192+187+248=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0BBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF8 is #3F4407. Grayscale: #C3C3C3. Windows color (decimal): -4146184 or 16300992. OLE color: 16300992.
HSL color Cylindrical-coordinate representation of color #C0BBF8: hue angle of 244.92º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0BBF8 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 187 | 248 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.03 |
| HSL | 244.92º | 0.81% | 0.85% | - |
| HSV(B) | 244.92º | 0.25% | 0.97% | - |
| XYZ | 56.45 | 53.52 | 96.16 | - |
| YUV | 195.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 248 | 0.23 | 0.25 | 0 | 0.03 | 244.92 | 0.81 | 0.85 |
| Hex | C0 | BB | F8 | 17 | 19 | 0 | 3 | F5 | 51 | 55 |
| Octal | 300 | 273 | 370 | 27 | 31 | 0 | 3 | 365 | 121 | 125 |
| Binary | 11000000 | 10111011 | 11111000 | 10111 | 11001 | 0 | 11 | 11110101 | 1010001 | 1010101 |
Color Harmonies of #C0BBF8
Complementary color
Monochromatic Colors of #C0BBF8
Black with #C0BBF8
Text Example
Text Example
White with #C0BBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBF8; }
p { color: rgb(192,187,248); }
H1.HeaderClassName
{
color: #C0BBF8;
}
.AnyTagClassName
{
color: #C0BBF8;
}
</style>
background-color css
<style>
a { background-color: #C0BBF8; }
a { background-color: rgb(192,187,248); }
div.DivClassName
{
background-color: #C0BBF8;
}
.BgClassName
{
background-color: #C0BBF8;
}
</style>
border-color css
<style>
span { border-color: #C0BBF8; }
span { border-color: rgb(192,187,248); }
td.TdClassName
{
border-color: #C0BBF8;
}
.TagClassName
{
border-color: #C0BBF8;
}
</style>