Shades of Biloba Flower #B3AACC
Tints of Biloba Flower #B3AACC
RGB
CMYK
RGB Variations
Color information
#B3AACC (or 0xB3AACC) is known color: Biloba Flower. HEX triplet: B3, AA and CC. RGB value is (179,170,204). Sum of RGB (Red+Green+Blue) = 179+170+204=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AACC is #4C5533. Grayscale: #B0B0B0. Windows color (decimal): -5002548 or 13413043. OLE color: 13413043.
HSL color Cylindrical-coordinate representation of color #B3AACC: hue angle of 255.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3AACC is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 170 | 204 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.2 |
| HSL | 255.88º | 0.25% | 0.73% | - |
| HSV(B) | 255.88º | 0.17% | 0.8% | - |
| XYZ | 43.86 | 42.69 | 63.06 | - |
| YUV | 176.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 204 | 0.12 | 0.17 | 0 | 0.2 | 255.88 | 0.25 | 0.73 |
| Hex | B3 | AA | CC | C | 11 | 0 | 14 | 100 | 19 | 49 |
| Octal | 263 | 252 | 314 | 14 | 21 | 0 | 24 | 400 | 31 | 111 |
| Binary | 10110011 | 10101010 | 11001100 | 1100 | 10001 | 0 | 10100 | 100000000 | 11001 | 1001001 |
Color Harmonies of #B3AACC
Complementary color
Monochromatic Colors of #B3AACC
Black with #B3AACC
Text Example
Text Example
White with #B3AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AACC; }
p { color: rgb(179,170,204); }
H1.HeaderClassName
{
color: #B3AACC;
}
.AnyTagClassName
{
color: #B3AACC;
}
</style>
background-color css
<style>
a { background-color: #B3AACC; }
a { background-color: rgb(179,170,204); }
div.DivClassName
{
background-color: #B3AACC;
}
.BgClassName
{
background-color: #B3AACC;
}
</style>
border-color css
<style>
span { border-color: #B3AACC; }
span { border-color: rgb(179,170,204); }
td.TdClassName
{
border-color: #B3AACC;
}
.TagClassName
{
border-color: #B3AACC;
}
</style>