Shades of Lavender Blue #C9BAFF
Tints of Lavender Blue #C9BAFF
RGB
CMYK
RGB Variations
Color information
#C9BAFF (or 0xC9BAFF) is known color: Lavender Blue. HEX triplet: C9, BA and FF. RGB value is (201,186,255). Sum of RGB (Red+Green+Blue) = 201+186+255=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAFF is #364500. Grayscale: #C6C6C6. Windows color (decimal): -3556609 or 16759497. OLE color: 16759497.
HSL color Cylindrical-coordinate representation of color #C9BAFF: hue angle of 253.04º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9BAFF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 186 | 255 | - |
| CMYK | 0.21 | 0.27 | 0 | 0 |
| HSL | 253.04º | 1% | 0.86% | - |
| HSV(B) | 253.04º | 0.27% | 1% | - |
| XYZ | 59.7 | 54.76 | 102.03 | - |
| YUV | 198.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 255 | 0.21 | 0.27 | 0 | 0 | 253.04 | 1 | 0.86 |
| Hex | C9 | BA | FF | 15 | 1B | 0 | 0 | FD | 64 | 56 |
| Octal | 311 | 272 | 377 | 25 | 33 | 0 | 0 | 375 | 144 | 126 |
| Binary | 11001001 | 10111010 | 11111111 | 10101 | 11011 | 0 | 0 | 11111101 | 1100100 | 1010110 |
Color Harmonies of #C9BAFF
Complementary color
Monochromatic Colors of #C9BAFF
Black with #C9BAFF
Text Example
Text Example
White with #C9BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAFF; }
p { color: rgb(201,186,255); }
H1.HeaderClassName
{
color: #C9BAFF;
}
.AnyTagClassName
{
color: #C9BAFF;
}
</style>
background-color css
<style>
a { background-color: #C9BAFF; }
a { background-color: rgb(201,186,255); }
div.DivClassName
{
background-color: #C9BAFF;
}
.BgClassName
{
background-color: #C9BAFF;
}
</style>
border-color css
<style>
span { border-color: #C9BAFF; }
span { border-color: rgb(201,186,255); }
td.TdClassName
{
border-color: #C9BAFF;
}
.TagClassName
{
border-color: #C9BAFF;
}
</style>