Shades of Lavender Blue #C9BBFB
Tints of Lavender Blue #C9BBFB
RGB
CMYK
RGB Variations
Color information
#C9BBFB (or 0xC9BBFB) is known color: Lavender Blue. HEX triplet: C9, BB and FB. RGB value is (201,187,251). Sum of RGB (Red+Green+Blue) = 201+187+251=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFB is #364404. Grayscale: #C6C6C6. Windows color (decimal): -3556357 or 16497609. OLE color: 16497609.
HSL color Cylindrical-coordinate representation of color #C9BBFB: hue angle of 253.12º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9BBFB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 187 | 251 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.02 |
| HSL | 253.13º | 0.89% | 0.86% | - |
| HSV(B) | 253.13º | 0.25% | 0.98% | - |
| XYZ | 59.27 | 54.92 | 98.74 | - |
| YUV | 198.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 251 | 0.20 | 0.25 | 0 | 0.02 | 253.13 | 0.89 | 0.86 |
| Hex | C9 | BB | FB | 14 | 19 | 0 | 2 | FD | 59 | 56 |
| Octal | 311 | 273 | 373 | 24 | 31 | 0 | 2 | 375 | 131 | 126 |
| Binary | 11001001 | 10111011 | 11111011 | 10100 | 11001 | 0 | 10 | 11111101 | 1011001 | 1010110 |
Color Harmonies of #C9BBFB
Complementary color
Monochromatic Colors of #C9BBFB
Black with #C9BBFB
Text Example
Text Example
White with #C9BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBFB; }
p { color: rgb(201,187,251); }
H1.HeaderClassName
{
color: #C9BBFB;
}
.AnyTagClassName
{
color: #C9BBFB;
}
</style>
background-color css
<style>
a { background-color: #C9BBFB; }
a { background-color: rgb(201,187,251); }
div.DivClassName
{
background-color: #C9BBFB;
}
.BgClassName
{
background-color: #C9BBFB;
}
</style>
border-color css
<style>
span { border-color: #C9BBFB; }
span { border-color: rgb(201,187,251); }
td.TdClassName
{
border-color: #C9BBFB;
}
.TagClassName
{
border-color: #C9BBFB;
}
</style>