Shades of Biloba Flower #AB9EBC
Tints of Biloba Flower #AB9EBC
RGB
CMYK
RGB Variations
Color information
#AB9EBC (or 0xAB9EBC) is known color: Biloba Flower. HEX triplet: AB, 9E and BC. RGB value is (171,158,188). Sum of RGB (Red+Green+Blue) = 171+158+188=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EBC is #546143. Grayscale: #A5A5A5. Windows color (decimal): -5529924 or 12361387. OLE color: 12361387.
HSL color Cylindrical-coordinate representation of color #AB9EBC: hue angle of 266º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9EBC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 158 | 188 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.26 |
| HSL | 266º | 0.18% | 0.68% | - |
| HSV(B) | 266º | 0.16% | 0.74% | - |
| XYZ | 38.1 | 36.74 | 52.66 | - |
| YUV | 165.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 188 | 0.09 | 0.16 | 0 | 0.26 | 266 | 0.18 | 0.68 |
| Hex | AB | 9E | BC | 9 | 10 | 0 | 1A | 10A | 12 | 44 |
| Octal | 253 | 236 | 274 | 11 | 20 | 0 | 32 | 412 | 22 | 104 |
| Binary | 10101011 | 10011110 | 10111100 | 1001 | 10000 | 0 | 11010 | 100001010 | 10010 | 1000100 |
Color Harmonies of #AB9EBC
Complementary color
Monochromatic Colors of #AB9EBC
Black with #AB9EBC
Text Example
Text Example
White with #AB9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9EBC; }
p { color: rgb(171,158,188); }
H1.HeaderClassName
{
color: #AB9EBC;
}
.AnyTagClassName
{
color: #AB9EBC;
}
</style>
background-color css
<style>
a { background-color: #AB9EBC; }
a { background-color: rgb(171,158,188); }
div.DivClassName
{
background-color: #AB9EBC;
}
.BgClassName
{
background-color: #AB9EBC;
}
</style>
border-color css
<style>
span { border-color: #AB9EBC; }
span { border-color: rgb(171,158,188); }
td.TdClassName
{
border-color: #AB9EBC;
}
.TagClassName
{
border-color: #AB9EBC;
}
</style>