Shades of Lavender Blue #C4BAFE
Tints of Lavender Blue #C4BAFE
RGB
CMYK
RGB Variations
Color information
#C4BAFE (or 0xC4BAFE) is known color: Lavender Blue. HEX triplet: C4, BA and FE. RGB value is (196,186,254). Sum of RGB (Red+Green+Blue) = 196+186+254=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAFE is #3B4501. Grayscale: #C4C4C4. Windows color (decimal): -3884290 or 16693956. OLE color: 16693956.
HSL color Cylindrical-coordinate representation of color #C4BAFE: hue angle of 248.82º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4BAFE is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 186 | 254 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.00 |
| HSL | 248.82º | 0.97% | 0.86% | - |
| HSV(B) | 248.82º | 0.27% | 1% | - |
| XYZ | 58.21 | 54.01 | 101.12 | - |
| YUV | 196.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 254 | 0.23 | 0.27 | 0 | 0.00 | 248.82 | 0.97 | 0.86 |
| Hex | C4 | BA | FE | 17 | 1B | 0 | 0 | F9 | 61 | 56 |
| Octal | 304 | 272 | 376 | 27 | 33 | 0 | 0 | 371 | 141 | 126 |
| Binary | 11000100 | 10111010 | 11111110 | 10111 | 11011 | 0 | 0 | 11111001 | 1100001 | 1010110 |
Color Harmonies of #C4BAFE
Complementary color
Monochromatic Colors of #C4BAFE
Black with #C4BAFE
Text Example
Text Example
White with #C4BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAFE; }
p { color: rgb(196,186,254); }
H1.HeaderClassName
{
color: #C4BAFE;
}
.AnyTagClassName
{
color: #C4BAFE;
}
</style>
background-color css
<style>
a { background-color: #C4BAFE; }
a { background-color: rgb(196,186,254); }
div.DivClassName
{
background-color: #C4BAFE;
}
.BgClassName
{
background-color: #C4BAFE;
}
</style>
border-color css
<style>
span { border-color: #C4BAFE; }
span { border-color: rgb(196,186,254); }
td.TdClassName
{
border-color: #C4BAFE;
}
.TagClassName
{
border-color: #C4BAFE;
}
</style>