Shades of Lavender Blue #C4BCF6
Tints of Lavender Blue #C4BCF6
RGB
CMYK
RGB Variations
Color information
#C4BCF6 (or 0xC4BCF6) is known color: Lavender Blue. HEX triplet: C4, BC and F6. RGB value is (196,188,246). Sum of RGB (Red+Green+Blue) = 196+188+246=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #C4BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCF6 is #3B4309. Grayscale: #C4C4C4. Windows color (decimal): -3883786 or 16170180. OLE color: 16170180.
HSL color Cylindrical-coordinate representation of color #C4BCF6: hue angle of 248.28º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4BCF6 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 188 | 246 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.04 |
| HSL | 248.28º | 0.76% | 0.85% | - |
| HSV(B) | 248.28º | 0.24% | 0.96% | - |
| XYZ | 57.38 | 54.36 | 94.66 | - |
| YUV | 197 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 246 | 0.20 | 0.24 | 0 | 0.04 | 248.28 | 0.76 | 0.85 |
| Hex | C4 | BC | F6 | 14 | 18 | 0 | 4 | F8 | 4C | 55 |
| Octal | 304 | 274 | 366 | 24 | 30 | 0 | 4 | 370 | 114 | 125 |
| Binary | 11000100 | 10111100 | 11110110 | 10100 | 11000 | 0 | 100 | 11111000 | 1001100 | 1010101 |
Color Harmonies of #C4BCF6
Complementary color
Monochromatic Colors of #C4BCF6
Black with #C4BCF6
Text Example
Text Example
White with #C4BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCF6; }
p { color: rgb(196,188,246); }
H1.HeaderClassName
{
color: #C4BCF6;
}
.AnyTagClassName
{
color: #C4BCF6;
}
</style>
background-color css
<style>
a { background-color: #C4BCF6; }
a { background-color: rgb(196,188,246); }
div.DivClassName
{
background-color: #C4BCF6;
}
.BgClassName
{
background-color: #C4BCF6;
}
</style>
border-color css
<style>
span { border-color: #C4BCF6; }
span { border-color: rgb(196,188,246); }
td.TdClassName
{
border-color: #C4BCF6;
}
.TagClassName
{
border-color: #C4BCF6;
}
</style>