Shades of Lavender Blue #C9BFFC
Tints of Lavender Blue #C9BFFC
RGB
CMYK
RGB Variations
Color information
#C9BFFC (or 0xC9BFFC) is known color: Lavender Blue. HEX triplet: C9, BF and FC. RGB value is (201,191,252). Sum of RGB (Red+Green+Blue) = 201+191+252=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFFC is #364003. Grayscale: #C8C8C8. Windows color (decimal): -3555332 or 16564169. OLE color: 16564169.
HSL color Cylindrical-coordinate representation of color #C9BFFC: hue angle of 249.84º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BFFC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 191 | 252 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.01 |
| HSL | 249.84º | 0.91% | 0.87% | - |
| HSV(B) | 249.84º | 0.24% | 0.99% | - |
| XYZ | 60.29 | 56.71 | 99.86 | - |
| YUV | 200.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 252 | 0.20 | 0.24 | 0 | 0.01 | 249.84 | 0.91 | 0.87 |
| Hex | C9 | BF | FC | 14 | 18 | 0 | 1 | FA | 5B | 57 |
| Octal | 311 | 277 | 374 | 24 | 30 | 0 | 1 | 372 | 133 | 127 |
| Binary | 11001001 | 10111111 | 11111100 | 10100 | 11000 | 0 | 1 | 11111010 | 1011011 | 1010111 |
Color Harmonies of #C9BFFC
Complementary color
Monochromatic Colors of #C9BFFC
Black with #C9BFFC
Text Example
Text Example
White with #C9BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFFC; }
p { color: rgb(201,191,252); }
H1.HeaderClassName
{
color: #C9BFFC;
}
.AnyTagClassName
{
color: #C9BFFC;
}
</style>
background-color css
<style>
a { background-color: #C9BFFC; }
a { background-color: rgb(201,191,252); }
div.DivClassName
{
background-color: #C9BFFC;
}
.BgClassName
{
background-color: #C9BFFC;
}
</style>
border-color css
<style>
span { border-color: #C9BFFC; }
span { border-color: rgb(201,191,252); }
td.TdClassName
{
border-color: #C9BFFC;
}
.TagClassName
{
border-color: #C9BFFC;
}
</style>