Shades of Lavender Blue #C4BCFC
Tints of Lavender Blue #C4BCFC
RGB
CMYK
RGB Variations
Color information
#C4BCFC (or 0xC4BCFC) is known color: Lavender Blue. HEX triplet: C4, BC and FC. RGB value is (196,188,252). Sum of RGB (Red+Green+Blue) = 196+188+252=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCFC is #3B4303. Grayscale: #C5C5C5. Windows color (decimal): -3883780 or 16563396. OLE color: 16563396.
HSL color Cylindrical-coordinate representation of color #C4BCFC: hue angle of 247.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4BCFC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 188 | 252 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.01 |
| HSL | 247.5º | 0.91% | 0.86% | - |
| HSV(B) | 247.5º | 0.25% | 0.99% | - |
| XYZ | 58.32 | 54.73 | 99.59 | - |
| YUV | 197.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 252 | 0.22 | 0.25 | 0 | 0.01 | 247.5 | 0.91 | 0.86 |
| Hex | C4 | BC | FC | 16 | 19 | 0 | 1 | F8 | 5B | 56 |
| Octal | 304 | 274 | 374 | 26 | 31 | 0 | 1 | 370 | 133 | 126 |
| Binary | 11000100 | 10111100 | 11111100 | 10110 | 11001 | 0 | 1 | 11111000 | 1011011 | 1010110 |
Color Harmonies of #C4BCFC
Complementary color
Monochromatic Colors of #C4BCFC
Black with #C4BCFC
Text Example
Text Example
White with #C4BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCFC; }
p { color: rgb(196,188,252); }
H1.HeaderClassName
{
color: #C4BCFC;
}
.AnyTagClassName
{
color: #C4BCFC;
}
</style>
background-color css
<style>
a { background-color: #C4BCFC; }
a { background-color: rgb(196,188,252); }
div.DivClassName
{
background-color: #C4BCFC;
}
.BgClassName
{
background-color: #C4BCFC;
}
</style>
border-color css
<style>
span { border-color: #C4BCFC; }
span { border-color: rgb(196,188,252); }
td.TdClassName
{
border-color: #C4BCFC;
}
.TagClassName
{
border-color: #C4BCFC;
}
</style>