Shades of Lavender Blue #C5B9F8
Tints of Lavender Blue #C5B9F8
RGB
CMYK
RGB Variations
Color information
#C5B9F8 (or 0xC5B9F8) is known color: Lavender Blue. HEX triplet: C5, B9 and F8. RGB value is (197,185,248). Sum of RGB (Red+Green+Blue) = 197+185+248=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5B9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9F8 is #3A4607. Grayscale: #C3C3C3. Windows color (decimal): -3819016 or 16300485. OLE color: 16300485.
HSL color Cylindrical-coordinate representation of color #C5B9F8: hue angle of 251.43º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B9F8 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 185 | 248 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.03 |
| HSL | 251.43º | 0.82% | 0.85% | - |
| HSV(B) | 251.43º | 0.25% | 0.97% | - |
| XYZ | 57.32 | 53.35 | 96.08 | - |
| YUV | 195.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 248 | 0.21 | 0.25 | 0 | 0.03 | 251.43 | 0.82 | 0.85 |
| Hex | C5 | B9 | F8 | 15 | 19 | 0 | 3 | FB | 52 | 55 |
| Octal | 305 | 271 | 370 | 25 | 31 | 0 | 3 | 373 | 122 | 125 |
| Binary | 11000101 | 10111001 | 11111000 | 10101 | 11001 | 0 | 11 | 11111011 | 1010010 | 1010101 |
Color Harmonies of #C5B9F8
Complementary color
Monochromatic Colors of #C5B9F8
Black with #C5B9F8
Text Example
Text Example
White with #C5B9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B9F8; }
p { color: rgb(197,185,248); }
H1.HeaderClassName
{
color: #C5B9F8;
}
.AnyTagClassName
{
color: #C5B9F8;
}
</style>
background-color css
<style>
a { background-color: #C5B9F8; }
a { background-color: rgb(197,185,248); }
div.DivClassName
{
background-color: #C5B9F8;
}
.BgClassName
{
background-color: #C5B9F8;
}
</style>
border-color css
<style>
span { border-color: #C5B9F8; }
span { border-color: rgb(197,185,248); }
td.TdClassName
{
border-color: #C5B9F8;
}
.TagClassName
{
border-color: #C5B9F8;
}
</style>