Shades of Lavender Blue #C4BFFA
Tints of Lavender Blue #C4BFFA
RGB
CMYK
RGB Variations
Color information
#C4BFFA (or 0xC4BFFA) is known color: Lavender Blue. HEX triplet: C4, BF and FA. RGB value is (196,191,250). Sum of RGB (Red+Green+Blue) = 196+191+250=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFFA is #3B4005. Grayscale: #C6C6C6. Windows color (decimal): -3883014 or 16433092. OLE color: 16433092.
HSL color Cylindrical-coordinate representation of color #C4BFFA: hue angle of 245.08º 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 #C4BFFA is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 191 | 250 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.02 |
| HSL | 245.08º | 0.86% | 0.86% | - |
| HSV(B) | 245.08º | 0.24% | 0.98% | - |
| XYZ | 58.65 | 55.9 | 98.14 | - |
| YUV | 199.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 250 | 0.22 | 0.24 | 0 | 0.02 | 245.08 | 0.86 | 0.86 |
| Hex | C4 | BF | FA | 16 | 18 | 0 | 2 | F5 | 56 | 56 |
| Octal | 304 | 277 | 372 | 26 | 30 | 0 | 2 | 365 | 126 | 126 |
| Binary | 11000100 | 10111111 | 11111010 | 10110 | 11000 | 0 | 10 | 11110101 | 1010110 | 1010110 |
Color Harmonies of #C4BFFA
Complementary color
Monochromatic Colors of #C4BFFA
Black with #C4BFFA
Text Example
Text Example
White with #C4BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFFA; }
p { color: rgb(196,191,250); }
H1.HeaderClassName
{
color: #C4BFFA;
}
.AnyTagClassName
{
color: #C4BFFA;
}
</style>
background-color css
<style>
a { background-color: #C4BFFA; }
a { background-color: rgb(196,191,250); }
div.DivClassName
{
background-color: #C4BFFA;
}
.BgClassName
{
background-color: #C4BFFA;
}
</style>
border-color css
<style>
span { border-color: #C4BFFA; }
span { border-color: rgb(196,191,250); }
td.TdClassName
{
border-color: #C4BFFA;
}
.TagClassName
{
border-color: #C4BFFA;
}
</style>