Shades of Lavender Blue #C7BEFA
Tints of Lavender Blue #C7BEFA
RGB
CMYK
RGB Variations
Color information
#C7BEFA (or 0xC7BEFA) is known color: Lavender Blue. HEX triplet: C7, BE and FA. RGB value is (199,190,250). Sum of RGB (Red+Green+Blue) = 199+190+250=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEFA is #384105. Grayscale: #C7C7C7. Windows color (decimal): -3686662 or 16432839. OLE color: 16432839.
HSL color Cylindrical-coordinate representation of color #C7BEFA: hue angle of 249º 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 #C7BEFA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 190 | 250 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.02 |
| HSL | 249º | 0.86% | 0.86% | - |
| HSV(B) | 249º | 0.24% | 0.98% | - |
| XYZ | 59.22 | 55.87 | 98.11 | - |
| YUV | 199.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 250 | 0.20 | 0.24 | 0 | 0.02 | 249 | 0.86 | 0.86 |
| Hex | C7 | BE | FA | 14 | 18 | 0 | 2 | F9 | 56 | 56 |
| Octal | 307 | 276 | 372 | 24 | 30 | 0 | 2 | 371 | 126 | 126 |
| Binary | 11000111 | 10111110 | 11111010 | 10100 | 11000 | 0 | 10 | 11111001 | 1010110 | 1010110 |
Color Harmonies of #C7BEFA
Complementary color
Monochromatic Colors of #C7BEFA
Black with #C7BEFA
Text Example
Text Example
White with #C7BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEFA; }
p { color: rgb(199,190,250); }
H1.HeaderClassName
{
color: #C7BEFA;
}
.AnyTagClassName
{
color: #C7BEFA;
}
</style>
background-color css
<style>
a { background-color: #C7BEFA; }
a { background-color: rgb(199,190,250); }
div.DivClassName
{
background-color: #C7BEFA;
}
.BgClassName
{
background-color: #C7BEFA;
}
</style>
border-color css
<style>
span { border-color: #C7BEFA; }
span { border-color: rgb(199,190,250); }
td.TdClassName
{
border-color: #C7BEFA;
}
.TagClassName
{
border-color: #C7BEFA;
}
</style>