Shades of Lavender Blue #C2BEF8
Tints of Lavender Blue #C2BEF8
RGB
CMYK
RGB Variations
Color information
#C2BEF8 (or 0xC2BEF8) is known color: Lavender Blue. HEX triplet: C2, BE and F8. RGB value is (194,190,248). Sum of RGB (Red+Green+Blue) = 194+190+248=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2BEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEF8 is #3D4107. Grayscale: #C5C5C5. Windows color (decimal): -4014344 or 16301762. OLE color: 16301762.
HSL color Cylindrical-coordinate representation of color #C2BEF8: hue angle of 244.14º degrees, saturation: 0.81, 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 #C2BEF8 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 190 | 248 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.03 |
| HSL | 244.14º | 0.81% | 0.86% | - |
| HSV(B) | 244.14º | 0.23% | 0.97% | - |
| XYZ | 57.6 | 55.07 | 96.4 | - |
| YUV | 197.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 248 | 0.22 | 0.23 | 0 | 0.03 | 244.14 | 0.81 | 0.86 |
| Hex | C2 | BE | F8 | 16 | 17 | 0 | 3 | F4 | 51 | 56 |
| Octal | 302 | 276 | 370 | 26 | 27 | 0 | 3 | 364 | 121 | 126 |
| Binary | 11000010 | 10111110 | 11111000 | 10110 | 10111 | 0 | 11 | 11110100 | 1010001 | 1010110 |
Color Harmonies of #C2BEF8
Complementary color
Monochromatic Colors of #C2BEF8
Black with #C2BEF8
Text Example
Text Example
White with #C2BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEF8; }
p { color: rgb(194,190,248); }
H1.HeaderClassName
{
color: #C2BEF8;
}
.AnyTagClassName
{
color: #C2BEF8;
}
</style>
background-color css
<style>
a { background-color: #C2BEF8; }
a { background-color: rgb(194,190,248); }
div.DivClassName
{
background-color: #C2BEF8;
}
.BgClassName
{
background-color: #C2BEF8;
}
</style>
border-color css
<style>
span { border-color: #C2BEF8; }
span { border-color: rgb(194,190,248); }
td.TdClassName
{
border-color: #C2BEF8;
}
.TagClassName
{
border-color: #C2BEF8;
}
</style>