Shades of Lavender Blue #C4BCFE
Tints of Lavender Blue #C4BCFE
RGB
CMYK
RGB Variations
Color information
#C4BCFE (or 0xC4BCFE) is known color: Lavender Blue. HEX triplet: C4, BC and FE. RGB value is (196,188,254). Sum of RGB (Red+Green+Blue) = 196+188+254=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCFE is #3B4301. Grayscale: #C5C5C5. Windows color (decimal): -3883778 or 16694468. OLE color: 16694468.
HSL color Cylindrical-coordinate representation of color #C4BCFE: hue angle of 247.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4BCFE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 188 | 254 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.00 |
| HSL | 247.27º | 0.97% | 0.87% | - |
| HSV(B) | 247.27º | 0.26% | 1% | - |
| XYZ | 58.64 | 54.86 | 101.26 | - |
| YUV | 197.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 254 | 0.23 | 0.26 | 0 | 0.00 | 247.27 | 0.97 | 0.87 |
| Hex | C4 | BC | FE | 17 | 1A | 0 | 0 | F7 | 61 | 57 |
| Octal | 304 | 274 | 376 | 27 | 32 | 0 | 0 | 367 | 141 | 127 |
| Binary | 11000100 | 10111100 | 11111110 | 10111 | 11010 | 0 | 0 | 11110111 | 1100001 | 1010111 |
Color Harmonies of #C4BCFE
Complementary color
Monochromatic Colors of #C4BCFE
Black with #C4BCFE
Text Example
Text Example
White with #C4BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCFE; }
p { color: rgb(196,188,254); }
H1.HeaderClassName
{
color: #C4BCFE;
}
.AnyTagClassName
{
color: #C4BCFE;
}
</style>
background-color css
<style>
a { background-color: #C4BCFE; }
a { background-color: rgb(196,188,254); }
div.DivClassName
{
background-color: #C4BCFE;
}
.BgClassName
{
background-color: #C4BCFE;
}
</style>
border-color css
<style>
span { border-color: #C4BCFE; }
span { border-color: rgb(196,188,254); }
td.TdClassName
{
border-color: #C4BCFE;
}
.TagClassName
{
border-color: #C4BCFE;
}
</style>