Shades of Lavender Blue #C3BFFA
Tints of Lavender Blue #C3BFFA
RGB
CMYK
RGB Variations
Color information
#C3BFFA (or 0xC3BFFA) is known color: Lavender Blue. HEX triplet: C3, BF and FA. RGB value is (195,191,250). Sum of RGB (Red+Green+Blue) = 195+191+250=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFFA is #3C4005. Grayscale: #C6C6C6. Windows color (decimal): -3948550 or 16433091. OLE color: 16433091.
HSL color Cylindrical-coordinate representation of color #C3BFFA: hue angle of 244.07º degrees, saturation: 0.86, 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 #C3BFFA is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 191 | 250 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.02 |
| HSL | 244.07º | 0.86% | 0.86% | - |
| HSV(B) | 244.07º | 0.24% | 0.98% | - |
| XYZ | 58.39 | 55.77 | 98.13 | - |
| YUV | 198.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 250 | 0.22 | 0.24 | 0 | 0.02 | 244.07 | 0.86 | 0.86 |
| Hex | C3 | BF | FA | 16 | 18 | 0 | 2 | F4 | 56 | 56 |
| Octal | 303 | 277 | 372 | 26 | 30 | 0 | 2 | 364 | 126 | 126 |
| Binary | 11000011 | 10111111 | 11111010 | 10110 | 11000 | 0 | 10 | 11110100 | 1010110 | 1010110 |
Color Harmonies of #C3BFFA
Complementary color
Monochromatic Colors of #C3BFFA
Black with #C3BFFA
Text Example
Text Example
White with #C3BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFFA; }
p { color: rgb(195,191,250); }
H1.HeaderClassName
{
color: #C3BFFA;
}
.AnyTagClassName
{
color: #C3BFFA;
}
</style>
background-color css
<style>
a { background-color: #C3BFFA; }
a { background-color: rgb(195,191,250); }
div.DivClassName
{
background-color: #C3BFFA;
}
.BgClassName
{
background-color: #C3BFFA;
}
</style>
border-color css
<style>
span { border-color: #C3BFFA; }
span { border-color: rgb(195,191,250); }
td.TdClassName
{
border-color: #C3BFFA;
}
.TagClassName
{
border-color: #C3BFFA;
}
</style>