Shades of Lavender Blue #C6BBFF
Tints of Lavender Blue #C6BBFF
RGB
CMYK
RGB Variations
Color information
#C6BBFF (or 0xC6BBFF) is known color: Lavender Blue. HEX triplet: C6, BB and FF. RGB value is (198,187,255). Sum of RGB (Red+Green+Blue) = 198+187+255=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBFF is #394400. Grayscale: #C5C5C5. Windows color (decimal): -3752961 or 16759750. OLE color: 16759750.
HSL color Cylindrical-coordinate representation of color #C6BBFF: hue angle of 249.71º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6BBFF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 187 | 255 | - |
| CMYK | 0.22 | 0.27 | 0 | 0 |
| HSL | 249.71º | 1% | 0.87% | - |
| HSV(B) | 249.71º | 0.27% | 1% | - |
| XYZ | 59.11 | 54.77 | 102.06 | - |
| YUV | 198.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 255 | 0.22 | 0.27 | 0 | 0 | 249.71 | 1 | 0.87 |
| Hex | C6 | BB | FF | 16 | 1B | 0 | 0 | FA | 64 | 57 |
| Octal | 306 | 273 | 377 | 26 | 33 | 0 | 0 | 372 | 144 | 127 |
| Binary | 11000110 | 10111011 | 11111111 | 10110 | 11011 | 0 | 0 | 11111010 | 1100100 | 1010111 |
Color Harmonies of #C6BBFF
Complementary color
Monochromatic Colors of #C6BBFF
Black with #C6BBFF
Text Example
Text Example
White with #C6BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBFF; }
p { color: rgb(198,187,255); }
H1.HeaderClassName
{
color: #C6BBFF;
}
.AnyTagClassName
{
color: #C6BBFF;
}
</style>
background-color css
<style>
a { background-color: #C6BBFF; }
a { background-color: rgb(198,187,255); }
div.DivClassName
{
background-color: #C6BBFF;
}
.BgClassName
{
background-color: #C6BBFF;
}
</style>
border-color css
<style>
span { border-color: #C6BBFF; }
span { border-color: rgb(198,187,255); }
td.TdClassName
{
border-color: #C6BBFF;
}
.TagClassName
{
border-color: #C6BBFF;
}
</style>