Shades of Lavender Blue #C2BBFA
Tints of Lavender Blue #C2BBFA
RGB
CMYK
RGB Variations
Color information
#C2BBFA (or 0xC2BBFA) is known color: Lavender Blue. HEX triplet: C2, BB and FA. RGB value is (194,187,250). Sum of RGB (Red+Green+Blue) = 194+187+250=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBFA is #3D4405. Grayscale: #C4C4C4. Windows color (decimal): -4015110 or 16432066. OLE color: 16432066.
HSL color Cylindrical-coordinate representation of color #C2BBFA: hue angle of 246.67º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2BBFA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 187 | 250 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.02 |
| HSL | 246.67º | 0.86% | 0.86% | - |
| HSV(B) | 246.67º | 0.25% | 0.98% | - |
| XYZ | 57.27 | 53.91 | 97.83 | - |
| YUV | 196.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 250 | 0.22 | 0.25 | 0 | 0.02 | 246.67 | 0.86 | 0.86 |
| Hex | C2 | BB | FA | 16 | 19 | 0 | 2 | F7 | 56 | 56 |
| Octal | 302 | 273 | 372 | 26 | 31 | 0 | 2 | 367 | 126 | 126 |
| Binary | 11000010 | 10111011 | 11111010 | 10110 | 11001 | 0 | 10 | 11110111 | 1010110 | 1010110 |
Color Harmonies of #C2BBFA
Complementary color
Monochromatic Colors of #C2BBFA
Black with #C2BBFA
Text Example
Text Example
White with #C2BBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBFA; }
p { color: rgb(194,187,250); }
H1.HeaderClassName
{
color: #C2BBFA;
}
.AnyTagClassName
{
color: #C2BBFA;
}
</style>
background-color css
<style>
a { background-color: #C2BBFA; }
a { background-color: rgb(194,187,250); }
div.DivClassName
{
background-color: #C2BBFA;
}
.BgClassName
{
background-color: #C2BBFA;
}
</style>
border-color css
<style>
span { border-color: #C2BBFA; }
span { border-color: rgb(194,187,250); }
td.TdClassName
{
border-color: #C2BBFA;
}
.TagClassName
{
border-color: #C2BBFA;
}
</style>