Shades of Lavender Blue #C2BCFA
Tints of Lavender Blue #C2BCFA
RGB
CMYK
RGB Variations
Color information
#C2BCFA (or 0xC2BCFA) is known color: Lavender Blue. HEX triplet: C2, BC and FA. RGB value is (194,188,250). Sum of RGB (Red+Green+Blue) = 194+188+250=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCFA is #3D4305. Grayscale: #C4C4C4. Windows color (decimal): -4014854 or 16432322. OLE color: 16432322.
HSL color Cylindrical-coordinate representation of color #C2BCFA: hue angle of 245.81º 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 #C2BCFA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 188 | 250 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.02 |
| HSL | 245.81º | 0.86% | 0.86% | - |
| HSV(B) | 245.81º | 0.25% | 0.98% | - |
| XYZ | 57.49 | 54.34 | 97.9 | - |
| YUV | 196.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 250 | 0.22 | 0.25 | 0 | 0.02 | 245.81 | 0.86 | 0.86 |
| Hex | C2 | BC | FA | 16 | 19 | 0 | 2 | F6 | 56 | 56 |
| Octal | 302 | 274 | 372 | 26 | 31 | 0 | 2 | 366 | 126 | 126 |
| Binary | 11000010 | 10111100 | 11111010 | 10110 | 11001 | 0 | 10 | 11110110 | 1010110 | 1010110 |
Color Harmonies of #C2BCFA
Complementary color
Monochromatic Colors of #C2BCFA
Black with #C2BCFA
Text Example
Text Example
White with #C2BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCFA; }
p { color: rgb(194,188,250); }
H1.HeaderClassName
{
color: #C2BCFA;
}
.AnyTagClassName
{
color: #C2BCFA;
}
</style>
background-color css
<style>
a { background-color: #C2BCFA; }
a { background-color: rgb(194,188,250); }
div.DivClassName
{
background-color: #C2BCFA;
}
.BgClassName
{
background-color: #C2BCFA;
}
</style>
border-color css
<style>
span { border-color: #C2BCFA; }
span { border-color: rgb(194,188,250); }
td.TdClassName
{
border-color: #C2BCFA;
}
.TagClassName
{
border-color: #C2BCFA;
}
</style>