Shades of Lavender Blue #C9BEFF
Tints of Lavender Blue #C9BEFF
RGB
CMYK
RGB Variations
Color information
#C9BEFF (or 0xC9BEFF) is known color: Lavender Blue. HEX triplet: C9, BE and FF. RGB value is (201,190,255). Sum of RGB (Red+Green+Blue) = 201+190+255=646 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.11% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEFF is #364100. Grayscale: #C8C8C8. Windows color (decimal): -3555585 or 16760521. OLE color: 16760521.
HSL color Cylindrical-coordinate representation of color #C9BEFF: hue angle of 250.15º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9BEFF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 190 | 255 | - |
| CMYK | 0.21 | 0.25 | 0 | 0 |
| HSL | 250.15º | 1% | 0.87% | - |
| HSV(B) | 250.15º | 0.25% | 1% | - |
| XYZ | 60.55 | 56.46 | 102.32 | - |
| YUV | 200.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 255 | 0.21 | 0.25 | 0 | 0 | 250.15 | 1 | 0.87 |
| Hex | C9 | BE | FF | 15 | 19 | 0 | 0 | FA | 64 | 57 |
| Octal | 311 | 276 | 377 | 25 | 31 | 0 | 0 | 372 | 144 | 127 |
| Binary | 11001001 | 10111110 | 11111111 | 10101 | 11001 | 0 | 0 | 11111010 | 1100100 | 1010111 |
Color Harmonies of #C9BEFF
Complementary color
Monochromatic Colors of #C9BEFF
Black with #C9BEFF
Text Example
Text Example
White with #C9BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEFF; }
p { color: rgb(201,190,255); }
H1.HeaderClassName
{
color: #C9BEFF;
}
.AnyTagClassName
{
color: #C9BEFF;
}
</style>
background-color css
<style>
a { background-color: #C9BEFF; }
a { background-color: rgb(201,190,255); }
div.DivClassName
{
background-color: #C9BEFF;
}
.BgClassName
{
background-color: #C9BEFF;
}
</style>
border-color css
<style>
span { border-color: #C9BEFF; }
span { border-color: rgb(201,190,255); }
td.TdClassName
{
border-color: #C9BEFF;
}
.TagClassName
{
border-color: #C9BEFF;
}
</style>