Shades of Lavender Blue #C5BDF8
Tints of Lavender Blue #C5BDF8
RGB
CMYK
RGB Variations
Color information
#C5BDF8 (or 0xC5BDF8) is known color: Lavender Blue. HEX triplet: C5, BD and F8. RGB value is (197,189,248). Sum of RGB (Red+Green+Blue) = 197+189+248=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDF8 is #3A4207. Grayscale: #C5C5C5. Windows color (decimal): -3817992 or 16301509. OLE color: 16301509.
HSL color Cylindrical-coordinate representation of color #C5BDF8: hue angle of 248.14º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5BDF8 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 189 | 248 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.03 |
| HSL | 248.14º | 0.81% | 0.86% | - |
| HSV(B) | 248.14º | 0.24% | 0.97% | - |
| XYZ | 58.17 | 55.04 | 96.37 | - |
| YUV | 198.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 248 | 0.21 | 0.24 | 0 | 0.03 | 248.14 | 0.81 | 0.86 |
| Hex | C5 | BD | F8 | 15 | 18 | 0 | 3 | F8 | 51 | 56 |
| Octal | 305 | 275 | 370 | 25 | 30 | 0 | 3 | 370 | 121 | 126 |
| Binary | 11000101 | 10111101 | 11111000 | 10101 | 11000 | 0 | 11 | 11111000 | 1010001 | 1010110 |
Color Harmonies of #C5BDF8
Complementary color
Monochromatic Colors of #C5BDF8
Black with #C5BDF8
Text Example
Text Example
White with #C5BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDF8; }
p { color: rgb(197,189,248); }
H1.HeaderClassName
{
color: #C5BDF8;
}
.AnyTagClassName
{
color: #C5BDF8;
}
</style>
background-color css
<style>
a { background-color: #C5BDF8; }
a { background-color: rgb(197,189,248); }
div.DivClassName
{
background-color: #C5BDF8;
}
.BgClassName
{
background-color: #C5BDF8;
}
</style>
border-color css
<style>
span { border-color: #C5BDF8; }
span { border-color: rgb(197,189,248); }
td.TdClassName
{
border-color: #C5BDF8;
}
.TagClassName
{
border-color: #C5BDF8;
}
</style>