Shades of Lavender Blue #C9BBFC
Tints of Lavender Blue #C9BBFC
RGB
CMYK
RGB Variations
Color information
#C9BBFC (or 0xC9BBFC) is known color: Lavender Blue. HEX triplet: C9, BB and FC. RGB value is (201,187,252). Sum of RGB (Red+Green+Blue) = 201+187+252=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFC is #364403. Grayscale: #C6C6C6. Windows color (decimal): -3556356 or 16563145. OLE color: 16563145.
HSL color Cylindrical-coordinate representation of color #C9BBFC: hue angle of 252.92º degrees, saturation: 0.92, 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 #C9BBFC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 187 | 252 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.01 |
| HSL | 252.92º | 0.92% | 0.86% | - |
| HSV(B) | 252.92º | 0.26% | 0.99% | - |
| XYZ | 59.43 | 54.99 | 99.58 | - |
| YUV | 198.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 252 | 0.20 | 0.26 | 0 | 0.01 | 252.92 | 0.92 | 0.86 |
| Hex | C9 | BB | FC | 14 | 1A | 0 | 1 | FD | 5C | 56 |
| Octal | 311 | 273 | 374 | 24 | 32 | 0 | 1 | 375 | 134 | 126 |
| Binary | 11001001 | 10111011 | 11111100 | 10100 | 11010 | 0 | 1 | 11111101 | 1011100 | 1010110 |
Color Harmonies of #C9BBFC
Complementary color
Monochromatic Colors of #C9BBFC
Black with #C9BBFC
Text Example
Text Example
White with #C9BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBFC; }
p { color: rgb(201,187,252); }
H1.HeaderClassName
{
color: #C9BBFC;
}
.AnyTagClassName
{
color: #C9BBFC;
}
</style>
background-color css
<style>
a { background-color: #C9BBFC; }
a { background-color: rgb(201,187,252); }
div.DivClassName
{
background-color: #C9BBFC;
}
.BgClassName
{
background-color: #C9BBFC;
}
</style>
border-color css
<style>
span { border-color: #C9BBFC; }
span { border-color: rgb(201,187,252); }
td.TdClassName
{
border-color: #C9BBFC;
}
.TagClassName
{
border-color: #C9BBFC;
}
</style>