Shades of Lavender Blue #C4BEF2
Tints of Lavender Blue #C4BEF2
RGB
CMYK
RGB Variations
Color information
#C4BEF2 (or 0xC4BEF2) is known color: Lavender Blue. HEX triplet: C4, BE and F2. RGB value is (196,190,242). Sum of RGB (Red+Green+Blue) = 196+190+242=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEF2 is #3B410D. Grayscale: #C5C5C5. Windows color (decimal): -3883278 or 15908548. OLE color: 15908548.
HSL color Cylindrical-coordinate representation of color #C4BEF2: hue angle of 246.92º degrees, saturation: 0.67, 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 #C4BEF2 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 190 | 242 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.05 |
| HSL | 246.92º | 0.67% | 0.85% | - |
| HSV(B) | 246.92º | 0.21% | 0.95% | - |
| XYZ | 57.21 | 54.97 | 91.6 | - |
| YUV | 197.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 242 | 0.19 | 0.21 | 0 | 0.05 | 246.92 | 0.67 | 0.85 |
| Hex | C4 | BE | F2 | 13 | 15 | 0 | 5 | F7 | 43 | 55 |
| Octal | 304 | 276 | 362 | 23 | 25 | 0 | 5 | 367 | 103 | 125 |
| Binary | 11000100 | 10111110 | 11110010 | 10011 | 10101 | 0 | 101 | 11110111 | 1000011 | 1010101 |
Color Harmonies of #C4BEF2
Complementary color
Monochromatic Colors of #C4BEF2
Black with #C4BEF2
Text Example
Text Example
White with #C4BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEF2; }
p { color: rgb(196,190,242); }
H1.HeaderClassName
{
color: #C4BEF2;
}
.AnyTagClassName
{
color: #C4BEF2;
}
</style>
background-color css
<style>
a { background-color: #C4BEF2; }
a { background-color: rgb(196,190,242); }
div.DivClassName
{
background-color: #C4BEF2;
}
.BgClassName
{
background-color: #C4BEF2;
}
</style>
border-color css
<style>
span { border-color: #C4BEF2; }
span { border-color: rgb(196,190,242); }
td.TdClassName
{
border-color: #C4BEF2;
}
.TagClassName
{
border-color: #C4BEF2;
}
</style>