Shades of Lavender Blue #C7BEF6
Tints of Lavender Blue #C7BEF6
RGB
CMYK
RGB Variations
Color information
#C7BEF6 (or 0xC7BEF6) is known color: Lavender Blue. HEX triplet: C7, BE and F6. RGB value is (199,190,246). Sum of RGB (Red+Green+Blue) = 199+190+246=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7BEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEF6 is #384109. Grayscale: #C6C6C6. Windows color (decimal): -3686666 or 16170695. OLE color: 16170695.
HSL color Cylindrical-coordinate representation of color #C7BEF6: hue angle of 249.64º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7BEF6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 190 | 246 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.04 |
| HSL | 249.64º | 0.76% | 0.85% | - |
| HSV(B) | 249.64º | 0.23% | 0.96% | - |
| XYZ | 58.6 | 55.62 | 94.84 | - |
| YUV | 199.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 246 | 0.19 | 0.23 | 0 | 0.04 | 249.64 | 0.76 | 0.85 |
| Hex | C7 | BE | F6 | 13 | 17 | 0 | 4 | FA | 4C | 55 |
| Octal | 307 | 276 | 366 | 23 | 27 | 0 | 4 | 372 | 114 | 125 |
| Binary | 11000111 | 10111110 | 11110110 | 10011 | 10111 | 0 | 100 | 11111010 | 1001100 | 1010101 |
Color Harmonies of #C7BEF6
Complementary color
Monochromatic Colors of #C7BEF6
Black with #C7BEF6
Text Example
Text Example
White with #C7BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEF6; }
p { color: rgb(199,190,246); }
H1.HeaderClassName
{
color: #C7BEF6;
}
.AnyTagClassName
{
color: #C7BEF6;
}
</style>
background-color css
<style>
a { background-color: #C7BEF6; }
a { background-color: rgb(199,190,246); }
div.DivClassName
{
background-color: #C7BEF6;
}
.BgClassName
{
background-color: #C7BEF6;
}
</style>
border-color css
<style>
span { border-color: #C7BEF6; }
span { border-color: rgb(199,190,246); }
td.TdClassName
{
border-color: #C7BEF6;
}
.TagClassName
{
border-color: #C7BEF6;
}
</style>