Shades of Lavender Blue #C5B9FF
Tints of Lavender Blue #C5B9FF
RGB
CMYK
RGB Variations
Color information
#C5B9FF (or 0xC5B9FF) is known color: Lavender Blue. HEX triplet: C5, B9 and FF. RGB value is (197,185,255). Sum of RGB (Red+Green+Blue) = 197+185+255=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9FF is #3A4600. Grayscale: #C4C4C4. Windows color (decimal): -3819009 or 16759237. OLE color: 16759237.
HSL color Cylindrical-coordinate representation of color #C5B9FF: hue angle of 250.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5B9FF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 185 | 255 | - |
| CMYK | 0.23 | 0.27 | 0 | 0 |
| HSL | 250.29º | 1% | 0.86% | - |
| HSV(B) | 250.29º | 0.27% | 1% | - |
| XYZ | 58.42 | 53.79 | 101.91 | - |
| YUV | 196.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 255 | 0.23 | 0.27 | 0 | 0 | 250.29 | 1 | 0.86 |
| Hex | C5 | B9 | FF | 17 | 1B | 0 | 0 | FA | 64 | 56 |
| Octal | 305 | 271 | 377 | 27 | 33 | 0 | 0 | 372 | 144 | 126 |
| Binary | 11000101 | 10111001 | 11111111 | 10111 | 11011 | 0 | 0 | 11111010 | 1100100 | 1010110 |
Color Harmonies of #C5B9FF
Complementary color
Monochromatic Colors of #C5B9FF
Black with #C5B9FF
Text Example
Text Example
White with #C5B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B9FF; }
p { color: rgb(197,185,255); }
H1.HeaderClassName
{
color: #C5B9FF;
}
.AnyTagClassName
{
color: #C5B9FF;
}
</style>
background-color css
<style>
a { background-color: #C5B9FF; }
a { background-color: rgb(197,185,255); }
div.DivClassName
{
background-color: #C5B9FF;
}
.BgClassName
{
background-color: #C5B9FF;
}
</style>
border-color css
<style>
span { border-color: #C5B9FF; }
span { border-color: rgb(197,185,255); }
td.TdClassName
{
border-color: #C5B9FF;
}
.TagClassName
{
border-color: #C5B9FF;
}
</style>