Shades of Lavender Blue #C6BAFE
Tints of Lavender Blue #C6BAFE
RGB
CMYK
RGB Variations
Color information
#C6BAFE (or 0xC6BAFE) is known color: Lavender Blue. HEX triplet: C6, BA and FE. RGB value is (198,186,254). Sum of RGB (Red+Green+Blue) = 198+186+254=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAFE is #394501. Grayscale: #C5C5C5. Windows color (decimal): -3753218 or 16693958. OLE color: 16693958.
HSL color Cylindrical-coordinate representation of color #C6BAFE: hue angle of 250.59º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6BAFE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 186 | 254 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.00 |
| HSL | 250.59º | 0.97% | 0.86% | - |
| HSV(B) | 250.59º | 0.27% | 1% | - |
| XYZ | 58.74 | 54.28 | 101.15 | - |
| YUV | 197.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 254 | 0.22 | 0.27 | 0 | 0.00 | 250.59 | 0.97 | 0.86 |
| Hex | C6 | BA | FE | 16 | 1B | 0 | 0 | FB | 61 | 56 |
| Octal | 306 | 272 | 376 | 26 | 33 | 0 | 0 | 373 | 141 | 126 |
| Binary | 11000110 | 10111010 | 11111110 | 10110 | 11011 | 0 | 0 | 11111011 | 1100001 | 1010110 |
Color Harmonies of #C6BAFE
Complementary color
Monochromatic Colors of #C6BAFE
Black with #C6BAFE
Text Example
Text Example
White with #C6BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAFE; }
p { color: rgb(198,186,254); }
H1.HeaderClassName
{
color: #C6BAFE;
}
.AnyTagClassName
{
color: #C6BAFE;
}
</style>
background-color css
<style>
a { background-color: #C6BAFE; }
a { background-color: rgb(198,186,254); }
div.DivClassName
{
background-color: #C6BAFE;
}
.BgClassName
{
background-color: #C6BAFE;
}
</style>
border-color css
<style>
span { border-color: #C6BAFE; }
span { border-color: rgb(198,186,254); }
td.TdClassName
{
border-color: #C6BAFE;
}
.TagClassName
{
border-color: #C6BAFE;
}
</style>