Shades of Lavender Blue #C4BEFA
Tints of Lavender Blue #C4BEFA
RGB
CMYK
RGB Variations
Color information
#C4BEFA (or 0xC4BEFA) is known color: Lavender Blue. HEX triplet: C4, BE and FA. RGB value is (196,190,250). Sum of RGB (Red+Green+Blue) = 196+190+250=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEFA is #3B4105. Grayscale: #C6C6C6. Windows color (decimal): -3883270 or 16432836. OLE color: 16432836.
HSL color Cylindrical-coordinate representation of color #C4BEFA: hue angle of 246º degrees, saturation: 0.86, 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 #C4BEFA is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 190 | 250 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.02 |
| HSL | 246º | 0.86% | 0.86% | - |
| HSV(B) | 246º | 0.24% | 0.98% | - |
| XYZ | 58.43 | 55.46 | 98.07 | - |
| YUV | 198.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 250 | 0.22 | 0.24 | 0 | 0.02 | 246 | 0.86 | 0.86 |
| Hex | C4 | BE | FA | 16 | 18 | 0 | 2 | F6 | 56 | 56 |
| Octal | 304 | 276 | 372 | 26 | 30 | 0 | 2 | 366 | 126 | 126 |
| Binary | 11000100 | 10111110 | 11111010 | 10110 | 11000 | 0 | 10 | 11110110 | 1010110 | 1010110 |
Color Harmonies of #C4BEFA
Complementary color
Monochromatic Colors of #C4BEFA
Black with #C4BEFA
Text Example
Text Example
White with #C4BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEFA; }
p { color: rgb(196,190,250); }
H1.HeaderClassName
{
color: #C4BEFA;
}
.AnyTagClassName
{
color: #C4BEFA;
}
</style>
background-color css
<style>
a { background-color: #C4BEFA; }
a { background-color: rgb(196,190,250); }
div.DivClassName
{
background-color: #C4BEFA;
}
.BgClassName
{
background-color: #C4BEFA;
}
</style>
border-color css
<style>
span { border-color: #C4BEFA; }
span { border-color: rgb(196,190,250); }
td.TdClassName
{
border-color: #C4BEFA;
}
.TagClassName
{
border-color: #C4BEFA;
}
</style>