Shades of Lavender Blue #C9BCFC
Tints of Lavender Blue #C9BCFC
RGB
CMYK
RGB Variations
Color information
#C9BCFC (or 0xC9BCFC) is known color: Lavender Blue. HEX triplet: C9, BC and FC. RGB value is (201,188,252). Sum of RGB (Red+Green+Blue) = 201+188+252=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCFC is #364303. Grayscale: #C6C6C6. Windows color (decimal): -3556100 or 16563401. OLE color: 16563401.
HSL color Cylindrical-coordinate representation of color #C9BCFC: hue angle of 252.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9BCFC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 188 | 252 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.01 |
| HSL | 252.19º | 0.91% | 0.86% | - |
| HSV(B) | 252.19º | 0.25% | 0.99% | - |
| XYZ | 59.64 | 55.41 | 99.65 | - |
| YUV | 199.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 252 | 0.20 | 0.25 | 0 | 0.01 | 252.19 | 0.91 | 0.86 |
| Hex | C9 | BC | FC | 14 | 19 | 0 | 1 | FC | 5B | 56 |
| Octal | 311 | 274 | 374 | 24 | 31 | 0 | 1 | 374 | 133 | 126 |
| Binary | 11001001 | 10111100 | 11111100 | 10100 | 11001 | 0 | 1 | 11111100 | 1011011 | 1010110 |
Color Harmonies of #C9BCFC
Complementary color
Monochromatic Colors of #C9BCFC
Black with #C9BCFC
Text Example
Text Example
White with #C9BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCFC; }
p { color: rgb(201,188,252); }
H1.HeaderClassName
{
color: #C9BCFC;
}
.AnyTagClassName
{
color: #C9BCFC;
}
</style>
background-color css
<style>
a { background-color: #C9BCFC; }
a { background-color: rgb(201,188,252); }
div.DivClassName
{
background-color: #C9BCFC;
}
.BgClassName
{
background-color: #C9BCFC;
}
</style>
border-color css
<style>
span { border-color: #C9BCFC; }
span { border-color: rgb(201,188,252); }
td.TdClassName
{
border-color: #C9BCFC;
}
.TagClassName
{
border-color: #C9BCFC;
}
</style>