Shades of Lavender Blue #C9BAFC
Tints of Lavender Blue #C9BAFC
RGB
CMYK
RGB Variations
Color information
#C9BAFC (or 0xC9BAFC) is known color: Lavender Blue. HEX triplet: C9, BA and FC. RGB value is (201,186,252). Sum of RGB (Red+Green+Blue) = 201+186+252=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAFC is #364503. Grayscale: #C5C5C5. Windows color (decimal): -3556612 or 16562889. OLE color: 16562889.
HSL color Cylindrical-coordinate representation of color #C9BAFC: hue angle of 253.64º 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 #C9BAFC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 186 | 252 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.01 |
| HSL | 253.64º | 0.92% | 0.86% | - |
| HSV(B) | 253.64º | 0.26% | 0.99% | - |
| XYZ | 59.22 | 54.56 | 99.51 | - |
| YUV | 198.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 252 | 0.20 | 0.26 | 0 | 0.01 | 253.64 | 0.92 | 0.86 |
| Hex | C9 | BA | FC | 14 | 1A | 0 | 1 | FE | 5C | 56 |
| Octal | 311 | 272 | 374 | 24 | 32 | 0 | 1 | 376 | 134 | 126 |
| Binary | 11001001 | 10111010 | 11111100 | 10100 | 11010 | 0 | 1 | 11111110 | 1011100 | 1010110 |
Color Harmonies of #C9BAFC
Complementary color
Monochromatic Colors of #C9BAFC
Black with #C9BAFC
Text Example
Text Example
White with #C9BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAFC; }
p { color: rgb(201,186,252); }
H1.HeaderClassName
{
color: #C9BAFC;
}
.AnyTagClassName
{
color: #C9BAFC;
}
</style>
background-color css
<style>
a { background-color: #C9BAFC; }
a { background-color: rgb(201,186,252); }
div.DivClassName
{
background-color: #C9BAFC;
}
.BgClassName
{
background-color: #C9BAFC;
}
</style>
border-color css
<style>
span { border-color: #C9BAFC; }
span { border-color: rgb(201,186,252); }
td.TdClassName
{
border-color: #C9BAFC;
}
.TagClassName
{
border-color: #C9BAFC;
}
</style>