Shades of Biloba Flower #B4AAC5
Tints of Biloba Flower #B4AAC5
RGB
CMYK
RGB Variations
Color information
#B4AAC5 (or 0xB4AAC5) is known color: Biloba Flower. HEX triplet: B4, AA and C5. RGB value is (180,170,197). Sum of RGB (Red+Green+Blue) = 180+170+197=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #B4AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAC5 is #4B553A. Grayscale: #AFAFAF. Windows color (decimal): -4937019 or 12954292. OLE color: 12954292.
HSL color Cylindrical-coordinate representation of color #B4AAC5: hue angle of 262.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4AAC5 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 170 | 197 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.23 |
| HSL | 262.22º | 0.19% | 0.72% | - |
| HSV(B) | 262.22º | 0.14% | 0.77% | - |
| XYZ | 43.28 | 42.48 | 58.74 | - |
| YUV | 176.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 197 | 0.09 | 0.14 | 0 | 0.23 | 262.22 | 0.19 | 0.72 |
| Hex | B4 | AA | C5 | 9 | E | 0 | 17 | 106 | 13 | 48 |
| Octal | 264 | 252 | 305 | 11 | 16 | 0 | 27 | 406 | 23 | 110 |
| Binary | 10110100 | 10101010 | 11000101 | 1001 | 1110 | 0 | 10111 | 100000110 | 10011 | 1001000 |
Color Harmonies of #B4AAC5
Complementary color
Monochromatic Colors of #B4AAC5
Black with #B4AAC5
Text Example
Text Example
White with #B4AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AAC5; }
p { color: rgb(180,170,197); }
H1.HeaderClassName
{
color: #B4AAC5;
}
.AnyTagClassName
{
color: #B4AAC5;
}
</style>
background-color css
<style>
a { background-color: #B4AAC5; }
a { background-color: rgb(180,170,197); }
div.DivClassName
{
background-color: #B4AAC5;
}
.BgClassName
{
background-color: #B4AAC5;
}
</style>
border-color css
<style>
span { border-color: #B4AAC5; }
span { border-color: rgb(180,170,197); }
td.TdClassName
{
border-color: #B4AAC5;
}
.TagClassName
{
border-color: #B4AAC5;
}
</style>