Shades of Lavender Blue #C4B5FF
Tints of Lavender Blue #C4B5FF
RGB
CMYK
RGB Variations
Color information
#C4B5FF (or 0xC4B5FF) is known color: Lavender Blue. HEX triplet: C4, B5 and FF. RGB value is (196,181,255). Sum of RGB (Red+Green+Blue) = 196+181+255=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B5FF is #3B4A00. Grayscale: #C1C1C1. Windows color (decimal): -3885569 or 16758212. OLE color: 16758212.
HSL color Cylindrical-coordinate representation of color #C4B5FF: hue angle of 252.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4B5FF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 181 | 255 | - |
| CMYK | 0.23 | 0.29 | 0 | 0 |
| HSL | 252.16º | 1% | 0.85% | - |
| HSV(B) | 252.16º | 0.29% | 1% | - |
| XYZ | 57.34 | 52 | 101.62 | - |
| YUV | 193.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 255 | 0.23 | 0.29 | 0 | 0 | 252.16 | 1 | 0.85 |
| Hex | C4 | B5 | FF | 17 | 1D | 0 | 0 | FC | 64 | 55 |
| Octal | 304 | 265 | 377 | 27 | 35 | 0 | 0 | 374 | 144 | 125 |
| Binary | 11000100 | 10110101 | 11111111 | 10111 | 11101 | 0 | 0 | 11111100 | 1100100 | 1010101 |
Color Harmonies of #C4B5FF
Complementary color
Monochromatic Colors of #C4B5FF
Black with #C4B5FF
Text Example
Text Example
White with #C4B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B5FF; }
p { color: rgb(196,181,255); }
H1.HeaderClassName
{
color: #C4B5FF;
}
.AnyTagClassName
{
color: #C4B5FF;
}
</style>
background-color css
<style>
a { background-color: #C4B5FF; }
a { background-color: rgb(196,181,255); }
div.DivClassName
{
background-color: #C4B5FF;
}
.BgClassName
{
background-color: #C4B5FF;
}
</style>
border-color css
<style>
span { border-color: #C4B5FF; }
span { border-color: rgb(196,181,255); }
td.TdClassName
{
border-color: #C4B5FF;
}
.TagClassName
{
border-color: #C4B5FF;
}
</style>