Shades of Lavender Blue #C0BEFB
Tints of Lavender Blue #C0BEFB
RGB
CMYK
RGB Variations
Color information
#C0BEFB (or 0xC0BEFB) is known color: Lavender Blue. HEX triplet: C0, BE and FB. RGB value is (192,190,251). Sum of RGB (Red+Green+Blue) = 192+190+251=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEFB is #3F4104. Grayscale: #C5C5C5. Windows color (decimal): -4145413 or 16498368. OLE color: 16498368.
HSL color Cylindrical-coordinate representation of color #C0BEFB: hue angle of 241.97º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0BEFB is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 190 | 251 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.02 |
| HSL | 241.97º | 0.88% | 0.86% | - |
| HSV(B) | 241.97º | 0.24% | 0.98% | - |
| XYZ | 57.56 | 55 | 98.85 | - |
| YUV | 197.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 251 | 0.24 | 0.24 | 0 | 0.02 | 241.97 | 0.88 | 0.86 |
| Hex | C0 | BE | FB | 18 | 18 | 0 | 2 | F2 | 58 | 56 |
| Octal | 300 | 276 | 373 | 30 | 30 | 0 | 2 | 362 | 130 | 126 |
| Binary | 11000000 | 10111110 | 11111011 | 11000 | 11000 | 0 | 10 | 11110010 | 1011000 | 1010110 |
Color Harmonies of #C0BEFB
Complementary color
Monochromatic Colors of #C0BEFB
Black with #C0BEFB
Text Example
Text Example
White with #C0BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEFB; }
p { color: rgb(192,190,251); }
H1.HeaderClassName
{
color: #C0BEFB;
}
.AnyTagClassName
{
color: #C0BEFB;
}
</style>
background-color css
<style>
a { background-color: #C0BEFB; }
a { background-color: rgb(192,190,251); }
div.DivClassName
{
background-color: #C0BEFB;
}
.BgClassName
{
background-color: #C0BEFB;
}
</style>
border-color css
<style>
span { border-color: #C0BEFB; }
span { border-color: rgb(192,190,251); }
td.TdClassName
{
border-color: #C0BEFB;
}
.TagClassName
{
border-color: #C0BEFB;
}
</style>