Shades of Lavender Blue #C2BCF9
Tints of Lavender Blue #C2BCF9
RGB
CMYK
RGB Variations
Color information
#C2BCF9 (or 0xC2BCF9) is known color: Lavender Blue. HEX triplet: C2, BC and F9. RGB value is (194,188,249). Sum of RGB (Red+Green+Blue) = 194+188+249=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCF9 is #3D4306. Grayscale: #C4C4C4. Windows color (decimal): -4014855 or 16366786. OLE color: 16366786.
HSL color Cylindrical-coordinate representation of color #C2BCF9: hue angle of 245.9º degrees, saturation: 0.84, 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 #C2BCF9 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 188 | 249 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.02 |
| HSL | 245.9º | 0.84% | 0.86% | - |
| HSV(B) | 245.9º | 0.24% | 0.98% | - |
| XYZ | 57.33 | 54.28 | 97.08 | - |
| YUV | 196.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 249 | 0.22 | 0.24 | 0 | 0.02 | 245.9 | 0.84 | 0.86 |
| Hex | C2 | BC | F9 | 16 | 18 | 0 | 2 | F6 | 54 | 56 |
| Octal | 302 | 274 | 371 | 26 | 30 | 0 | 2 | 366 | 124 | 126 |
| Binary | 11000010 | 10111100 | 11111001 | 10110 | 11000 | 0 | 10 | 11110110 | 1010100 | 1010110 |
Color Harmonies of #C2BCF9
Complementary color
Monochromatic Colors of #C2BCF9
Black with #C2BCF9
Text Example
Text Example
White with #C2BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCF9; }
p { color: rgb(194,188,249); }
H1.HeaderClassName
{
color: #C2BCF9;
}
.AnyTagClassName
{
color: #C2BCF9;
}
</style>
background-color css
<style>
a { background-color: #C2BCF9; }
a { background-color: rgb(194,188,249); }
div.DivClassName
{
background-color: #C2BCF9;
}
.BgClassName
{
background-color: #C2BCF9;
}
</style>
border-color css
<style>
span { border-color: #C2BCF9; }
span { border-color: rgb(194,188,249); }
td.TdClassName
{
border-color: #C2BCF9;
}
.TagClassName
{
border-color: #C2BCF9;
}
</style>