Shades of Biloba Flower #B3AAC9
Tints of Biloba Flower #B3AAC9
RGB
CMYK
RGB Variations
Color information
#B3AAC9 (or 0xB3AAC9) is known color: Biloba Flower. HEX triplet: B3, AA and C9. RGB value is (179,170,201). Sum of RGB (Red+Green+Blue) = 179+170+201=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3AAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAC9 is #4C5536. Grayscale: #B0B0B0. Windows color (decimal): -5002551 or 13216435. OLE color: 13216435.
HSL color Cylindrical-coordinate representation of color #B3AAC9: hue angle of 257.42º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3AAC9 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 170 | 201 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.21 |
| HSL | 257.42º | 0.22% | 0.73% | - |
| HSV(B) | 257.42º | 0.15% | 0.79% | - |
| XYZ | 43.51 | 42.55 | 61.18 | - |
| YUV | 176.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 201 | 0.11 | 0.15 | 0 | 0.21 | 257.42 | 0.22 | 0.73 |
| Hex | B3 | AA | C9 | B | F | 0 | 15 | 101 | 16 | 49 |
| Octal | 263 | 252 | 311 | 13 | 17 | 0 | 25 | 401 | 26 | 111 |
| Binary | 10110011 | 10101010 | 11001001 | 1011 | 1111 | 0 | 10101 | 100000001 | 10110 | 1001001 |
Color Harmonies of #B3AAC9
Complementary color
Monochromatic Colors of #B3AAC9
Black with #B3AAC9
Text Example
Text Example
White with #B3AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AAC9; }
p { color: rgb(179,170,201); }
H1.HeaderClassName
{
color: #B3AAC9;
}
.AnyTagClassName
{
color: #B3AAC9;
}
</style>
background-color css
<style>
a { background-color: #B3AAC9; }
a { background-color: rgb(179,170,201); }
div.DivClassName
{
background-color: #B3AAC9;
}
.BgClassName
{
background-color: #B3AAC9;
}
</style>
border-color css
<style>
span { border-color: #B3AAC9; }
span { border-color: rgb(179,170,201); }
td.TdClassName
{
border-color: #B3AAC9;
}
.TagClassName
{
border-color: #B3AAC9;
}
</style>