Shades of Biloba Flower #B3AAC7
Tints of Biloba Flower #B3AAC7
RGB
CMYK
RGB Variations
Color information
#B3AAC7 (or 0xB3AAC7) is known color: Biloba Flower. HEX triplet: B3, AA and C7. RGB value is (179,170,199). Sum of RGB (Red+Green+Blue) = 179+170+199=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 199 - color contains mainly: blue. Hex color #B3AAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAC7 is #4C5538. Grayscale: #AFAFAF. Windows color (decimal): -5002553 or 13085363. OLE color: 13085363.
HSL color Cylindrical-coordinate representation of color #B3AAC7: hue angle of 258.62º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3AAC7 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 170 | 199 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.22 |
| HSL | 258.62º | 0.21% | 0.72% | - |
| HSV(B) | 258.62º | 0.15% | 0.78% | - |
| XYZ | 43.27 | 42.46 | 59.95 | - |
| YUV | 176 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 199 | 0.10 | 0.15 | 0 | 0.22 | 258.62 | 0.21 | 0.72 |
| Hex | B3 | AA | C7 | A | F | 0 | 16 | 103 | 15 | 48 |
| Octal | 263 | 252 | 307 | 12 | 17 | 0 | 26 | 403 | 25 | 110 |
| Binary | 10110011 | 10101010 | 11000111 | 1010 | 1111 | 0 | 10110 | 100000011 | 10101 | 1001000 |
Color Harmonies of #B3AAC7
Complementary color
Monochromatic Colors of #B3AAC7
Black with #B3AAC7
Text Example
Text Example
White with #B3AAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AAC7; }
p { color: rgb(179,170,199); }
H1.HeaderClassName
{
color: #B3AAC7;
}
.AnyTagClassName
{
color: #B3AAC7;
}
</style>
background-color css
<style>
a { background-color: #B3AAC7; }
a { background-color: rgb(179,170,199); }
div.DivClassName
{
background-color: #B3AAC7;
}
.BgClassName
{
background-color: #B3AAC7;
}
</style>
border-color css
<style>
span { border-color: #B3AAC7; }
span { border-color: rgb(179,170,199); }
td.TdClassName
{
border-color: #B3AAC7;
}
.TagClassName
{
border-color: #B3AAC7;
}
</style>