Shades of Lavender Blue #C5BDFF
Tints of Lavender Blue #C5BDFF
RGB
CMYK
RGB Variations
Color information
#C5BDFF (or 0xC5BDFF) is known color: Lavender Blue. HEX triplet: C5, BD and FF. RGB value is (197,189,255). Sum of RGB (Red+Green+Blue) = 197+189+255=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDFF is #3A4200. Grayscale: #C6C6C6. Windows color (decimal): -3817985 or 16760261. OLE color: 16760261.
HSL color Cylindrical-coordinate representation of color #C5BDFF: hue angle of 247.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5BDFF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 189 | 255 | - |
| CMYK | 0.23 | 0.26 | 0 | 0 |
| HSL | 247.27º | 1% | 0.87% | - |
| HSV(B) | 247.27º | 0.26% | 1% | - |
| XYZ | 59.27 | 55.49 | 102.19 | - |
| YUV | 198.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 255 | 0.23 | 0.26 | 0 | 0 | 247.27 | 1 | 0.87 |
| Hex | C5 | BD | FF | 17 | 1A | 0 | 0 | F7 | 64 | 57 |
| Octal | 305 | 275 | 377 | 27 | 32 | 0 | 0 | 367 | 144 | 127 |
| Binary | 11000101 | 10111101 | 11111111 | 10111 | 11010 | 0 | 0 | 11110111 | 1100100 | 1010111 |
Color Harmonies of #C5BDFF
Complementary color
Monochromatic Colors of #C5BDFF
Black with #C5BDFF
Text Example
Text Example
White with #C5BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDFF; }
p { color: rgb(197,189,255); }
H1.HeaderClassName
{
color: #C5BDFF;
}
.AnyTagClassName
{
color: #C5BDFF;
}
</style>
background-color css
<style>
a { background-color: #C5BDFF; }
a { background-color: rgb(197,189,255); }
div.DivClassName
{
background-color: #C5BDFF;
}
.BgClassName
{
background-color: #C5BDFF;
}
</style>
border-color css
<style>
span { border-color: #C5BDFF; }
span { border-color: rgb(197,189,255); }
td.TdClassName
{
border-color: #C5BDFF;
}
.TagClassName
{
border-color: #C5BDFF;
}
</style>