Shades of Lavender Blue #C9BCF8
Tints of Lavender Blue #C9BCF8
RGB
CMYK
RGB Variations
Color information
#C9BCF8 (or 0xC9BCF8) is known color: Lavender Blue. HEX triplet: C9, BC and F8. RGB value is (201,188,248). Sum of RGB (Red+Green+Blue) = 201+188+248=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9BCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCF8 is #364307. Grayscale: #C6C6C6. Windows color (decimal): -3556104 or 16301257. OLE color: 16301257.
HSL color Cylindrical-coordinate representation of color #C9BCF8: hue angle of 253º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BCF8 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 188 | 248 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.03 |
| HSL | 253º | 0.81% | 0.85% | - |
| HSV(B) | 253º | 0.24% | 0.97% | - |
| XYZ | 59.01 | 55.16 | 96.34 | - |
| YUV | 198.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 248 | 0.19 | 0.24 | 0 | 0.03 | 253 | 0.81 | 0.85 |
| Hex | C9 | BC | F8 | 13 | 18 | 0 | 3 | FD | 51 | 55 |
| Octal | 311 | 274 | 370 | 23 | 30 | 0 | 3 | 375 | 121 | 125 |
| Binary | 11001001 | 10111100 | 11111000 | 10011 | 11000 | 0 | 11 | 11111101 | 1010001 | 1010101 |
Color Harmonies of #C9BCF8
Complementary color
Monochromatic Colors of #C9BCF8
Black with #C9BCF8
Text Example
Text Example
White with #C9BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCF8; }
p { color: rgb(201,188,248); }
H1.HeaderClassName
{
color: #C9BCF8;
}
.AnyTagClassName
{
color: #C9BCF8;
}
</style>
background-color css
<style>
a { background-color: #C9BCF8; }
a { background-color: rgb(201,188,248); }
div.DivClassName
{
background-color: #C9BCF8;
}
.BgClassName
{
background-color: #C9BCF8;
}
</style>
border-color css
<style>
span { border-color: #C9BCF8; }
span { border-color: rgb(201,188,248); }
td.TdClassName
{
border-color: #C9BCF8;
}
.TagClassName
{
border-color: #C9BCF8;
}
</style>