Shades of Lavender Blue #C5BAFE
Tints of Lavender Blue #C5BAFE
RGB
CMYK
RGB Variations
Color information
#C5BAFE (or 0xC5BAFE) is known color: Lavender Blue. HEX triplet: C5, BA and FE. RGB value is (197,186,254). Sum of RGB (Red+Green+Blue) = 197+186+254=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAFE is #3A4501. Grayscale: #C4C4C4. Windows color (decimal): -3818754 or 16693957. OLE color: 16693957.
HSL color Cylindrical-coordinate representation of color #C5BAFE: hue angle of 249.71º 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 #C5BAFE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 186 | 254 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.00 |
| HSL | 249.71º | 0.97% | 0.86% | - |
| HSV(B) | 249.71º | 0.27% | 1% | - |
| XYZ | 58.47 | 54.14 | 101.13 | - |
| YUV | 197.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 254 | 0.22 | 0.27 | 0 | 0.00 | 249.71 | 0.97 | 0.86 |
| Hex | C5 | BA | FE | 16 | 1B | 0 | 0 | FA | 61 | 56 |
| Octal | 305 | 272 | 376 | 26 | 33 | 0 | 0 | 372 | 141 | 126 |
| Binary | 11000101 | 10111010 | 11111110 | 10110 | 11011 | 0 | 0 | 11111010 | 1100001 | 1010110 |
Color Harmonies of #C5BAFE
Complementary color
Monochromatic Colors of #C5BAFE
Black with #C5BAFE
Text Example
Text Example
White with #C5BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BAFE; }
p { color: rgb(197,186,254); }
H1.HeaderClassName
{
color: #C5BAFE;
}
.AnyTagClassName
{
color: #C5BAFE;
}
</style>
background-color css
<style>
a { background-color: #C5BAFE; }
a { background-color: rgb(197,186,254); }
div.DivClassName
{
background-color: #C5BAFE;
}
.BgClassName
{
background-color: #C5BAFE;
}
</style>
border-color css
<style>
span { border-color: #C5BAFE; }
span { border-color: rgb(197,186,254); }
td.TdClassName
{
border-color: #C5BAFE;
}
.TagClassName
{
border-color: #C5BAFE;
}
</style>