Shades of Lavender Blue #C9BCFD
Tints of Lavender Blue #C9BCFD
RGB
CMYK
RGB Variations
Color information
#C9BCFD (or 0xC9BCFD) is known color: Lavender Blue. HEX triplet: C9, BC and FD. RGB value is (201,188,253). Sum of RGB (Red+Green+Blue) = 201+188+253=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCFD is #364302. Grayscale: #C7C7C7. Windows color (decimal): -3556099 or 16628937. OLE color: 16628937.
HSL color Cylindrical-coordinate representation of color #C9BCFD: hue angle of 252º 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 #C9BCFD is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 188 | 253 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.01 |
| HSL | 252º | 0.94% | 0.86% | - |
| HSV(B) | 252º | 0.26% | 0.99% | - |
| XYZ | 59.8 | 55.48 | 100.48 | - |
| YUV | 199.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 253 | 0.21 | 0.26 | 0 | 0.01 | 252 | 0.94 | 0.86 |
| Hex | C9 | BC | FD | 15 | 1A | 0 | 1 | FC | 5E | 56 |
| Octal | 311 | 274 | 375 | 25 | 32 | 0 | 1 | 374 | 136 | 126 |
| Binary | 11001001 | 10111100 | 11111101 | 10101 | 11010 | 0 | 1 | 11111100 | 1011110 | 1010110 |
Color Harmonies of #C9BCFD
Complementary color
Monochromatic Colors of #C9BCFD
Black with #C9BCFD
Text Example
Text Example
White with #C9BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCFD; }
p { color: rgb(201,188,253); }
H1.HeaderClassName
{
color: #C9BCFD;
}
.AnyTagClassName
{
color: #C9BCFD;
}
</style>
background-color css
<style>
a { background-color: #C9BCFD; }
a { background-color: rgb(201,188,253); }
div.DivClassName
{
background-color: #C9BCFD;
}
.BgClassName
{
background-color: #C9BCFD;
}
</style>
border-color css
<style>
span { border-color: #C9BCFD; }
span { border-color: rgb(201,188,253); }
td.TdClassName
{
border-color: #C9BCFD;
}
.TagClassName
{
border-color: #C9BCFD;
}
</style>