Shades of Lavender Blue #C9BBFF
Tints of Lavender Blue #C9BBFF
RGB
CMYK
RGB Variations
Color information
#C9BBFF (or 0xC9BBFF) is known color: Lavender Blue. HEX triplet: C9, BB and FF. RGB value is (201,187,255). Sum of RGB (Red+Green+Blue) = 201+187+255=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFF is #364400. Grayscale: #C6C6C6. Windows color (decimal): -3556353 or 16759753. OLE color: 16759753.
HSL color Cylindrical-coordinate representation of color #C9BBFF: hue angle of 252.35º 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 #C9BBFF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 187 | 255 | - |
| CMYK | 0.21 | 0.27 | 0 | 0 |
| HSL | 252.35º | 1% | 0.87% | - |
| HSV(B) | 252.35º | 0.27% | 1% | - |
| XYZ | 59.91 | 55.18 | 102.1 | - |
| YUV | 198.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 255 | 0.21 | 0.27 | 0 | 0 | 252.35 | 1 | 0.87 |
| Hex | C9 | BB | FF | 15 | 1B | 0 | 0 | FC | 64 | 57 |
| Octal | 311 | 273 | 377 | 25 | 33 | 0 | 0 | 374 | 144 | 127 |
| Binary | 11001001 | 10111011 | 11111111 | 10101 | 11011 | 0 | 0 | 11111100 | 1100100 | 1010111 |
Color Harmonies of #C9BBFF
Complementary color
Monochromatic Colors of #C9BBFF
Black with #C9BBFF
Text Example
Text Example
White with #C9BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBFF; }
p { color: rgb(201,187,255); }
H1.HeaderClassName
{
color: #C9BBFF;
}
.AnyTagClassName
{
color: #C9BBFF;
}
</style>
background-color css
<style>
a { background-color: #C9BBFF; }
a { background-color: rgb(201,187,255); }
div.DivClassName
{
background-color: #C9BBFF;
}
.BgClassName
{
background-color: #C9BBFF;
}
</style>
border-color css
<style>
span { border-color: #C9BBFF; }
span { border-color: rgb(201,187,255); }
td.TdClassName
{
border-color: #C9BBFF;
}
.TagClassName
{
border-color: #C9BBFF;
}
</style>