Shades of Lavender Blue #C0BEFE
Tints of Lavender Blue #C0BEFE
RGB
CMYK
RGB Variations
Color information
#C0BEFE (or 0xC0BEFE) is known color: Lavender Blue. HEX triplet: C0, BE and FE. RGB value is (192,190,254). Sum of RGB (Red+Green+Blue) = 192+190+254=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEFE is #3F4101. Grayscale: #C5C5C5. Windows color (decimal): -4145410 or 16694976. OLE color: 16694976.
HSL color Cylindrical-coordinate representation of color #C0BEFE: hue angle of 241.88º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0BEFE is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 190 | 254 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.00 |
| HSL | 241.88º | 0.97% | 0.87% | - |
| HSV(B) | 241.88º | 0.25% | 1% | - |
| XYZ | 58.04 | 55.19 | 101.36 | - |
| YUV | 197.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 254 | 0.24 | 0.25 | 0 | 0.00 | 241.88 | 0.97 | 0.87 |
| Hex | C0 | BE | FE | 18 | 19 | 0 | 0 | F2 | 61 | 57 |
| Octal | 300 | 276 | 376 | 30 | 31 | 0 | 0 | 362 | 141 | 127 |
| Binary | 11000000 | 10111110 | 11111110 | 11000 | 11001 | 0 | 0 | 11110010 | 1100001 | 1010111 |
Color Harmonies of #C0BEFE
Complementary color
Monochromatic Colors of #C0BEFE
Black with #C0BEFE
Text Example
Text Example
White with #C0BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEFE; }
p { color: rgb(192,190,254); }
H1.HeaderClassName
{
color: #C0BEFE;
}
.AnyTagClassName
{
color: #C0BEFE;
}
</style>
background-color css
<style>
a { background-color: #C0BEFE; }
a { background-color: rgb(192,190,254); }
div.DivClassName
{
background-color: #C0BEFE;
}
.BgClassName
{
background-color: #C0BEFE;
}
</style>
border-color css
<style>
span { border-color: #C0BEFE; }
span { border-color: rgb(192,190,254); }
td.TdClassName
{
border-color: #C0BEFE;
}
.TagClassName
{
border-color: #C0BEFE;
}
</style>