Shades of Lavender Blue #C5BCF6
Tints of Lavender Blue #C5BCF6
RGB
CMYK
RGB Variations
Color information
#C5BCF6 (or 0xC5BCF6) is known color: Lavender Blue. HEX triplet: C5, BC and F6. RGB value is (197,188,246). Sum of RGB (Red+Green+Blue) = 197+188+246=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #C5BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCF6 is #3A4309. Grayscale: #C5C5C5. Windows color (decimal): -3818250 or 16170181. OLE color: 16170181.
HSL color Cylindrical-coordinate representation of color #C5BCF6: hue angle of 249.31º 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 #C5BCF6 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 188 | 246 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.04 |
| HSL | 249.31º | 0.76% | 0.85% | - |
| HSV(B) | 249.31º | 0.24% | 0.96% | - |
| XYZ | 57.64 | 54.49 | 94.67 | - |
| YUV | 197.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 246 | 0.20 | 0.24 | 0 | 0.04 | 249.31 | 0.76 | 0.85 |
| Hex | C5 | BC | F6 | 14 | 18 | 0 | 4 | F9 | 4C | 55 |
| Octal | 305 | 274 | 366 | 24 | 30 | 0 | 4 | 371 | 114 | 125 |
| Binary | 11000101 | 10111100 | 11110110 | 10100 | 11000 | 0 | 100 | 11111001 | 1001100 | 1010101 |
Color Harmonies of #C5BCF6
Complementary color
Monochromatic Colors of #C5BCF6
Black with #C5BCF6
Text Example
Text Example
White with #C5BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCF6; }
p { color: rgb(197,188,246); }
H1.HeaderClassName
{
color: #C5BCF6;
}
.AnyTagClassName
{
color: #C5BCF6;
}
</style>
background-color css
<style>
a { background-color: #C5BCF6; }
a { background-color: rgb(197,188,246); }
div.DivClassName
{
background-color: #C5BCF6;
}
.BgClassName
{
background-color: #C5BCF6;
}
</style>
border-color css
<style>
span { border-color: #C5BCF6; }
span { border-color: rgb(197,188,246); }
td.TdClassName
{
border-color: #C5BCF6;
}
.TagClassName
{
border-color: #C5BCF6;
}
</style>