Shades of Lavender Blue #C2BEFA
Tints of Lavender Blue #C2BEFA
RGB
CMYK
RGB Variations
Color information
#C2BEFA (or 0xC2BEFA) is known color: Lavender Blue. HEX triplet: C2, BE and FA. RGB value is (194,190,250). Sum of RGB (Red+Green+Blue) = 194+190+250=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEFA is #3D4105. Grayscale: #C5C5C5. Windows color (decimal): -4014342 or 16432834. OLE color: 16432834.
HSL color Cylindrical-coordinate representation of color #C2BEFA: hue angle of 244º 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 #C2BEFA is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 190 | 250 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.02 |
| HSL | 244º | 0.86% | 0.86% | - |
| HSV(B) | 244º | 0.24% | 0.98% | - |
| XYZ | 57.92 | 55.2 | 98.04 | - |
| YUV | 198.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 250 | 0.22 | 0.24 | 0 | 0.02 | 244 | 0.86 | 0.86 |
| Hex | C2 | BE | FA | 16 | 18 | 0 | 2 | F4 | 56 | 56 |
| Octal | 302 | 276 | 372 | 26 | 30 | 0 | 2 | 364 | 126 | 126 |
| Binary | 11000010 | 10111110 | 11111010 | 10110 | 11000 | 0 | 10 | 11110100 | 1010110 | 1010110 |
Color Harmonies of #C2BEFA
Complementary color
Monochromatic Colors of #C2BEFA
Black with #C2BEFA
Text Example
Text Example
White with #C2BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEFA; }
p { color: rgb(194,190,250); }
H1.HeaderClassName
{
color: #C2BEFA;
}
.AnyTagClassName
{
color: #C2BEFA;
}
</style>
background-color css
<style>
a { background-color: #C2BEFA; }
a { background-color: rgb(194,190,250); }
div.DivClassName
{
background-color: #C2BEFA;
}
.BgClassName
{
background-color: #C2BEFA;
}
</style>
border-color css
<style>
span { border-color: #C2BEFA; }
span { border-color: rgb(194,190,250); }
td.TdClassName
{
border-color: #C2BEFA;
}
.TagClassName
{
border-color: #C2BEFA;
}
</style>