Shades of Lavender Blue #C4B2FF
Tints of Lavender Blue #C4B2FF
RGB
CMYK
RGB Variations
Color information
#C4B2FF (or 0xC4B2FF) is known color: Lavender Blue. HEX triplet: C4, B2 and FF. RGB value is (196,178,255). Sum of RGB (Red+Green+Blue) = 196+178+255=629 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.16% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B2FF is #3B4D00. Grayscale: #BFBFBF. Windows color (decimal): -3886337 or 16757444. OLE color: 16757444.
HSL color Cylindrical-coordinate representation of color #C4B2FF: hue angle of 254.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B2FF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 178 | 255 | - |
| CMYK | 0.23 | 0.30 | 0 | 0 |
| HSL | 254.03º | 1% | 0.85% | - |
| HSV(B) | 254.03º | 0.3% | 1% | - |
| XYZ | 56.74 | 50.8 | 101.42 | - |
| YUV | 192.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 255 | 0.23 | 0.30 | 0 | 0 | 254.03 | 1 | 0.85 |
| Hex | C4 | B2 | FF | 17 | 1E | 0 | 0 | FE | 64 | 55 |
| Octal | 304 | 262 | 377 | 27 | 36 | 0 | 0 | 376 | 144 | 125 |
| Binary | 11000100 | 10110010 | 11111111 | 10111 | 11110 | 0 | 0 | 11111110 | 1100100 | 1010101 |
Color Harmonies of #C4B2FF
Complementary color
Monochromatic Colors of #C4B2FF
Black with #C4B2FF
Text Example
Text Example
White with #C4B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2FF; }
p { color: rgb(196,178,255); }
H1.HeaderClassName
{
color: #C4B2FF;
}
.AnyTagClassName
{
color: #C4B2FF;
}
</style>
background-color css
<style>
a { background-color: #C4B2FF; }
a { background-color: rgb(196,178,255); }
div.DivClassName
{
background-color: #C4B2FF;
}
.BgClassName
{
background-color: #C4B2FF;
}
</style>
border-color css
<style>
span { border-color: #C4B2FF; }
span { border-color: rgb(196,178,255); }
td.TdClassName
{
border-color: #C4B2FF;
}
.TagClassName
{
border-color: #C4B2FF;
}
</style>