Shades of Lavender Blue #C6BAFD
Tints of Lavender Blue #C6BAFD
RGB
CMYK
RGB Variations
Color information
#C6BAFD (or 0xC6BAFD) is known color: Lavender Blue. HEX triplet: C6, BA and FD. RGB value is (198,186,253). Sum of RGB (Red+Green+Blue) = 198+186+253=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAFD is #394502. Grayscale: #C4C4C4. Windows color (decimal): -3753219 or 16628422. OLE color: 16628422.
HSL color Cylindrical-coordinate representation of color #C6BAFD: hue angle of 250.75º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6BAFD is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 186 | 253 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.01 |
| HSL | 250.75º | 0.94% | 0.86% | - |
| HSV(B) | 250.75º | 0.26% | 0.99% | - |
| XYZ | 58.58 | 54.22 | 100.31 | - |
| YUV | 197.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 253 | 0.22 | 0.26 | 0 | 0.01 | 250.75 | 0.94 | 0.86 |
| Hex | C6 | BA | FD | 16 | 1A | 0 | 1 | FB | 5E | 56 |
| Octal | 306 | 272 | 375 | 26 | 32 | 0 | 1 | 373 | 136 | 126 |
| Binary | 11000110 | 10111010 | 11111101 | 10110 | 11010 | 0 | 1 | 11111011 | 1011110 | 1010110 |
Color Harmonies of #C6BAFD
Complementary color
Monochromatic Colors of #C6BAFD
Black with #C6BAFD
Text Example
Text Example
White with #C6BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAFD; }
p { color: rgb(198,186,253); }
H1.HeaderClassName
{
color: #C6BAFD;
}
.AnyTagClassName
{
color: #C6BAFD;
}
</style>
background-color css
<style>
a { background-color: #C6BAFD; }
a { background-color: rgb(198,186,253); }
div.DivClassName
{
background-color: #C6BAFD;
}
.BgClassName
{
background-color: #C6BAFD;
}
</style>
border-color css
<style>
span { border-color: #C6BAFD; }
span { border-color: rgb(198,186,253); }
td.TdClassName
{
border-color: #C6BAFD;
}
.TagClassName
{
border-color: #C6BAFD;
}
</style>