Shades of Lavender Blue #C0BEF1
Tints of Lavender Blue #C0BEF1
RGB
CMYK
RGB Variations
Color information
#C0BEF1 (or 0xC0BEF1) is known color: Lavender Blue. HEX triplet: C0, BE and F1. RGB value is (192,190,241). Sum of RGB (Red+Green+Blue) = 192+190+241=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEF1 is #3F410E. Grayscale: #C4C4C4. Windows color (decimal): -4145423 or 15843008. OLE color: 15843008.
HSL color Cylindrical-coordinate representation of color #C0BEF1: hue angle of 242.35º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BEF1 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 190 | 241 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.05 |
| HSL | 242.35º | 0.65% | 0.85% | - |
| HSV(B) | 242.35º | 0.21% | 0.95% | - |
| XYZ | 56.03 | 54.38 | 90.76 | - |
| YUV | 196.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 241 | 0.20 | 0.21 | 0 | 0.05 | 242.35 | 0.65 | 0.85 |
| Hex | C0 | BE | F1 | 14 | 15 | 0 | 5 | F2 | 41 | 55 |
| Octal | 300 | 276 | 361 | 24 | 25 | 0 | 5 | 362 | 101 | 125 |
| Binary | 11000000 | 10111110 | 11110001 | 10100 | 10101 | 0 | 101 | 11110010 | 1000001 | 1010101 |
Color Harmonies of #C0BEF1
Complementary color
Monochromatic Colors of #C0BEF1
Black with #C0BEF1
Text Example
Text Example
White with #C0BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEF1; }
p { color: rgb(192,190,241); }
H1.HeaderClassName
{
color: #C0BEF1;
}
.AnyTagClassName
{
color: #C0BEF1;
}
</style>
background-color css
<style>
a { background-color: #C0BEF1; }
a { background-color: rgb(192,190,241); }
div.DivClassName
{
background-color: #C0BEF1;
}
.BgClassName
{
background-color: #C0BEF1;
}
</style>
border-color css
<style>
span { border-color: #C0BEF1; }
span { border-color: rgb(192,190,241); }
td.TdClassName
{
border-color: #C0BEF1;
}
.TagClassName
{
border-color: #C0BEF1;
}
</style>