Shades of Lavender Blue #C4B2FE
Tints of Lavender Blue #C4B2FE
RGB
CMYK
RGB Variations
Color information
#C4B2FE (or 0xC4B2FE) is known color: Lavender Blue. HEX triplet: C4, B2 and FE. RGB value is (196,178,254). Sum of RGB (Red+Green+Blue) = 196+178+254=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B2FE is #3B4D01. Grayscale: #BFBFBF. Windows color (decimal): -3886338 or 16691908. OLE color: 16691908.
HSL color Cylindrical-coordinate representation of color #C4B2FE: hue angle of 254.21º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B2FE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 178 | 254 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.00 |
| HSL | 254.21º | 0.97% | 0.85% | - |
| HSV(B) | 254.21º | 0.3% | 1% | - |
| XYZ | 56.57 | 50.73 | 100.58 | - |
| YUV | 192.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 254 | 0.23 | 0.30 | 0 | 0.00 | 254.21 | 0.97 | 0.85 |
| Hex | C4 | B2 | FE | 17 | 1E | 0 | 0 | FE | 61 | 55 |
| Octal | 304 | 262 | 376 | 27 | 36 | 0 | 0 | 376 | 141 | 125 |
| Binary | 11000100 | 10110010 | 11111110 | 10111 | 11110 | 0 | 0 | 11111110 | 1100001 | 1010101 |
Color Harmonies of #C4B2FE
Complementary color
Monochromatic Colors of #C4B2FE
Black with #C4B2FE
Text Example
Text Example
White with #C4B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2FE; }
p { color: rgb(196,178,254); }
H1.HeaderClassName
{
color: #C4B2FE;
}
.AnyTagClassName
{
color: #C4B2FE;
}
</style>
background-color css
<style>
a { background-color: #C4B2FE; }
a { background-color: rgb(196,178,254); }
div.DivClassName
{
background-color: #C4B2FE;
}
.BgClassName
{
background-color: #C4B2FE;
}
</style>
border-color css
<style>
span { border-color: #C4B2FE; }
span { border-color: rgb(196,178,254); }
td.TdClassName
{
border-color: #C4B2FE;
}
.TagClassName
{
border-color: #C4B2FE;
}
</style>