Shades of Lavender Blue #C6BCFF
Tints of Lavender Blue #C6BCFF
RGB
CMYK
RGB Variations
Color information
#C6BCFF (or 0xC6BCFF) is known color: Lavender Blue. HEX triplet: C6, BC and FF. RGB value is (198,188,255). Sum of RGB (Red+Green+Blue) = 198+188+255=641 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.89% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCFF is #394300. Grayscale: #C6C6C6. Windows color (decimal): -3752705 or 16760006. OLE color: 16760006.
HSL color Cylindrical-coordinate representation of color #C6BCFF: hue angle of 248.96º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6BCFF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 188 | 255 | - |
| CMYK | 0.22 | 0.26 | 0 | 0 |
| HSL | 248.96º | 1% | 0.87% | - |
| HSV(B) | 248.96º | 0.26% | 1% | - |
| XYZ | 59.32 | 55.19 | 102.13 | - |
| YUV | 198.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 255 | 0.22 | 0.26 | 0 | 0 | 248.96 | 1 | 0.87 |
| Hex | C6 | BC | FF | 16 | 1A | 0 | 0 | F9 | 64 | 57 |
| Octal | 306 | 274 | 377 | 26 | 32 | 0 | 0 | 371 | 144 | 127 |
| Binary | 11000110 | 10111100 | 11111111 | 10110 | 11010 | 0 | 0 | 11111001 | 1100100 | 1010111 |
Color Harmonies of #C6BCFF
Complementary color
Monochromatic Colors of #C6BCFF
Black with #C6BCFF
Text Example
Text Example
White with #C6BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCFF; }
p { color: rgb(198,188,255); }
H1.HeaderClassName
{
color: #C6BCFF;
}
.AnyTagClassName
{
color: #C6BCFF;
}
</style>
background-color css
<style>
a { background-color: #C6BCFF; }
a { background-color: rgb(198,188,255); }
div.DivClassName
{
background-color: #C6BCFF;
}
.BgClassName
{
background-color: #C6BCFF;
}
</style>
border-color css
<style>
span { border-color: #C6BCFF; }
span { border-color: rgb(198,188,255); }
td.TdClassName
{
border-color: #C6BCFF;
}
.TagClassName
{
border-color: #C6BCFF;
}
</style>