Shades of Lavender Blue #C9BBFD
Tints of Lavender Blue #C9BBFD
RGB
CMYK
RGB Variations
Color information
#C9BBFD (or 0xC9BBFD) is known color: Lavender Blue. HEX triplet: C9, BB and FD. RGB value is (201,187,253). Sum of RGB (Red+Green+Blue) = 201+187+253=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFD is #364402. Grayscale: #C6C6C6. Windows color (decimal): -3556355 or 16628681. OLE color: 16628681.
HSL color Cylindrical-coordinate representation of color #C9BBFD: hue angle of 252.73º 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 #C9BBFD is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 187 | 253 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.01 |
| HSL | 252.73º | 0.94% | 0.86% | - |
| HSV(B) | 252.73º | 0.26% | 0.99% | - |
| XYZ | 59.59 | 55.05 | 100.41 | - |
| YUV | 198.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 253 | 0.21 | 0.26 | 0 | 0.01 | 252.73 | 0.94 | 0.86 |
| Hex | C9 | BB | FD | 15 | 1A | 0 | 1 | FD | 5E | 56 |
| Octal | 311 | 273 | 375 | 25 | 32 | 0 | 1 | 375 | 136 | 126 |
| Binary | 11001001 | 10111011 | 11111101 | 10101 | 11010 | 0 | 1 | 11111101 | 1011110 | 1010110 |
Color Harmonies of #C9BBFD
Complementary color
Monochromatic Colors of #C9BBFD
Black with #C9BBFD
Text Example
Text Example
White with #C9BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBFD; }
p { color: rgb(201,187,253); }
H1.HeaderClassName
{
color: #C9BBFD;
}
.AnyTagClassName
{
color: #C9BBFD;
}
</style>
background-color css
<style>
a { background-color: #C9BBFD; }
a { background-color: rgb(201,187,253); }
div.DivClassName
{
background-color: #C9BBFD;
}
.BgClassName
{
background-color: #C9BBFD;
}
</style>
border-color css
<style>
span { border-color: #C9BBFD; }
span { border-color: rgb(201,187,253); }
td.TdClassName
{
border-color: #C9BBFD;
}
.TagClassName
{
border-color: #C9BBFD;
}
</style>