Shades of Lavender Blue #C4BEF1
Tints of Lavender Blue #C4BEF1
RGB
CMYK
RGB Variations
Color information
#C4BEF1 (or 0xC4BEF1) is known color: Lavender Blue. HEX triplet: C4, BE and F1. RGB value is (196,190,241). Sum of RGB (Red+Green+Blue) = 196+190+241=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEF1 is #3B410E. Grayscale: #C5C5C5. Windows color (decimal): -3883279 or 15843012. OLE color: 15843012.
HSL color Cylindrical-coordinate representation of color #C4BEF1: hue angle of 247.06º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BEF1 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 190 | 241 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.05 |
| HSL | 247.06º | 0.65% | 0.85% | - |
| HSV(B) | 247.06º | 0.21% | 0.95% | - |
| XYZ | 57.06 | 54.91 | 90.81 | - |
| YUV | 197.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 241 | 0.19 | 0.21 | 0 | 0.05 | 247.06 | 0.65 | 0.85 |
| Hex | C4 | BE | F1 | 13 | 15 | 0 | 5 | F7 | 41 | 55 |
| Octal | 304 | 276 | 361 | 23 | 25 | 0 | 5 | 367 | 101 | 125 |
| Binary | 11000100 | 10111110 | 11110001 | 10011 | 10101 | 0 | 101 | 11110111 | 1000001 | 1010101 |
Color Harmonies of #C4BEF1
Complementary color
Monochromatic Colors of #C4BEF1
Black with #C4BEF1
Text Example
Text Example
White with #C4BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEF1; }
p { color: rgb(196,190,241); }
H1.HeaderClassName
{
color: #C4BEF1;
}
.AnyTagClassName
{
color: #C4BEF1;
}
</style>
background-color css
<style>
a { background-color: #C4BEF1; }
a { background-color: rgb(196,190,241); }
div.DivClassName
{
background-color: #C4BEF1;
}
.BgClassName
{
background-color: #C4BEF1;
}
</style>
border-color css
<style>
span { border-color: #C4BEF1; }
span { border-color: rgb(196,190,241); }
td.TdClassName
{
border-color: #C4BEF1;
}
.TagClassName
{
border-color: #C4BEF1;
}
</style>