Shades of Lavender Blue #C3BAFA
Tints of Lavender Blue #C3BAFA
RGB
CMYK
RGB Variations
Color information
#C3BAFA (or 0xC3BAFA) is known color: Lavender Blue. HEX triplet: C3, BA and FA. RGB value is (195,186,250). Sum of RGB (Red+Green+Blue) = 195+186+250=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 186 (73.05% from 255 or 29.48% 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 #C3BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAFA is #3C4505. Grayscale: #C3C3C3. Windows color (decimal): -3949830 or 16431811. OLE color: 16431811.
HSL color Cylindrical-coordinate representation of color #C3BAFA: hue angle of 248.44º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BAFA is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 186 | 250 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.02 |
| HSL | 248.44º | 0.86% | 0.85% | - |
| HSV(B) | 248.44º | 0.26% | 0.98% | - |
| XYZ | 57.32 | 53.62 | 97.77 | - |
| YUV | 195.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 250 | 0.22 | 0.26 | 0 | 0.02 | 248.44 | 0.86 | 0.85 |
| Hex | C3 | BA | FA | 16 | 1A | 0 | 2 | F8 | 56 | 55 |
| Octal | 303 | 272 | 372 | 26 | 32 | 0 | 2 | 370 | 126 | 125 |
| Binary | 11000011 | 10111010 | 11111010 | 10110 | 11010 | 0 | 10 | 11111000 | 1010110 | 1010101 |
Color Harmonies of #C3BAFA
Complementary color
Monochromatic Colors of #C3BAFA
Black with #C3BAFA
Text Example
Text Example
White with #C3BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAFA; }
p { color: rgb(195,186,250); }
H1.HeaderClassName
{
color: #C3BAFA;
}
.AnyTagClassName
{
color: #C3BAFA;
}
</style>
background-color css
<style>
a { background-color: #C3BAFA; }
a { background-color: rgb(195,186,250); }
div.DivClassName
{
background-color: #C3BAFA;
}
.BgClassName
{
background-color: #C3BAFA;
}
</style>
border-color css
<style>
span { border-color: #C3BAFA; }
span { border-color: rgb(195,186,250); }
td.TdClassName
{
border-color: #C3BAFA;
}
.TagClassName
{
border-color: #C3BAFA;
}
</style>