Shades of Lavender Blue #C2BEF7
Tints of Lavender Blue #C2BEF7
RGB
CMYK
RGB Variations
Color information
#C2BEF7 (or 0xC2BEF7) is known color: Lavender Blue. HEX triplet: C2, BE and F7. RGB value is (194,190,247). Sum of RGB (Red+Green+Blue) = 194+190+247=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2BEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEF7 is #3D4108. Grayscale: #C5C5C5. Windows color (decimal): -4014345 or 16236226. OLE color: 16236226.
HSL color Cylindrical-coordinate representation of color #C2BEF7: hue angle of 244.21º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2BEF7 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 190 | 247 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.03 |
| HSL | 244.21º | 0.78% | 0.86% | - |
| HSV(B) | 244.21º | 0.23% | 0.97% | - |
| XYZ | 57.45 | 55.01 | 95.59 | - |
| YUV | 197.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 247 | 0.21 | 0.23 | 0 | 0.03 | 244.21 | 0.78 | 0.86 |
| Hex | C2 | BE | F7 | 15 | 17 | 0 | 3 | F4 | 4E | 56 |
| Octal | 302 | 276 | 367 | 25 | 27 | 0 | 3 | 364 | 116 | 126 |
| Binary | 11000010 | 10111110 | 11110111 | 10101 | 10111 | 0 | 11 | 11110100 | 1001110 | 1010110 |
Color Harmonies of #C2BEF7
Complementary color
Monochromatic Colors of #C2BEF7
Black with #C2BEF7
Text Example
Text Example
White with #C2BEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEF7; }
p { color: rgb(194,190,247); }
H1.HeaderClassName
{
color: #C2BEF7;
}
.AnyTagClassName
{
color: #C2BEF7;
}
</style>
background-color css
<style>
a { background-color: #C2BEF7; }
a { background-color: rgb(194,190,247); }
div.DivClassName
{
background-color: #C2BEF7;
}
.BgClassName
{
background-color: #C2BEF7;
}
</style>
border-color css
<style>
span { border-color: #C2BEF7; }
span { border-color: rgb(194,190,247); }
td.TdClassName
{
border-color: #C2BEF7;
}
.TagClassName
{
border-color: #C2BEF7;
}
</style>