Shades of Lavender Blue #C6BCF6
Tints of Lavender Blue #C6BCF6
RGB
CMYK
RGB Variations
Color information
#C6BCF6 (or 0xC6BCF6) is known color: Lavender Blue. HEX triplet: C6, BC and F6. RGB value is (198,188,246). Sum of RGB (Red+Green+Blue) = 198+188+246=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #C6BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCF6 is #394309. Grayscale: #C5C5C5. Windows color (decimal): -3752714 or 16170182. OLE color: 16170182.
HSL color Cylindrical-coordinate representation of color #C6BCF6: hue angle of 250.34º 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 #C6BCF6 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 188 | 246 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.04 |
| HSL | 250.34º | 0.76% | 0.85% | - |
| HSV(B) | 250.34º | 0.24% | 0.96% | - |
| XYZ | 57.91 | 54.63 | 94.68 | - |
| YUV | 197.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 246 | 0.20 | 0.24 | 0 | 0.04 | 250.34 | 0.76 | 0.85 |
| Hex | C6 | BC | F6 | 14 | 18 | 0 | 4 | FA | 4C | 55 |
| Octal | 306 | 274 | 366 | 24 | 30 | 0 | 4 | 372 | 114 | 125 |
| Binary | 11000110 | 10111100 | 11110110 | 10100 | 11000 | 0 | 100 | 11111010 | 1001100 | 1010101 |
Color Harmonies of #C6BCF6
Complementary color
Monochromatic Colors of #C6BCF6
Black with #C6BCF6
Text Example
Text Example
White with #C6BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCF6; }
p { color: rgb(198,188,246); }
H1.HeaderClassName
{
color: #C6BCF6;
}
.AnyTagClassName
{
color: #C6BCF6;
}
</style>
background-color css
<style>
a { background-color: #C6BCF6; }
a { background-color: rgb(198,188,246); }
div.DivClassName
{
background-color: #C6BCF6;
}
.BgClassName
{
background-color: #C6BCF6;
}
</style>
border-color css
<style>
span { border-color: #C6BCF6; }
span { border-color: rgb(198,188,246); }
td.TdClassName
{
border-color: #C6BCF6;
}
.TagClassName
{
border-color: #C6BCF6;
}
</style>