Shades of Biloba Flower #B1AAC2
Tints of Biloba Flower #B1AAC2
RGB
CMYK
RGB Variations
Color information
#B1AAC2 (or 0xB1AAC2) is known color: Biloba Flower. HEX triplet: B1, AA and C2. RGB value is (177,170,194). Sum of RGB (Red+Green+Blue) = 177+170+194=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #B1AAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAC2 is #4E553D. Grayscale: #AEAEAE. Windows color (decimal): -5133630 or 12757681. OLE color: 12757681.
HSL color Cylindrical-coordinate representation of color #B1AAC2: hue angle of 257.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1AAC2 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 170 | 194 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.24 |
| HSL | 257.5º | 0.16% | 0.71% | - |
| HSV(B) | 257.5º | 0.12% | 0.76% | - |
| XYZ | 42.24 | 41.99 | 56.92 | - |
| YUV | 174.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 194 | 0.09 | 0.12 | 0 | 0.24 | 257.5 | 0.16 | 0.71 |
| Hex | B1 | AA | C2 | 9 | C | 0 | 18 | 102 | 10 | 47 |
| Octal | 261 | 252 | 302 | 11 | 14 | 0 | 30 | 402 | 20 | 107 |
| Binary | 10110001 | 10101010 | 11000010 | 1001 | 1100 | 0 | 11000 | 100000010 | 10000 | 1000111 |
Color Harmonies of #B1AAC2
Complementary color
Monochromatic Colors of #B1AAC2
Black with #B1AAC2
Text Example
Text Example
White with #B1AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAC2; }
p { color: rgb(177,170,194); }
H1.HeaderClassName
{
color: #B1AAC2;
}
.AnyTagClassName
{
color: #B1AAC2;
}
</style>
background-color css
<style>
a { background-color: #B1AAC2; }
a { background-color: rgb(177,170,194); }
div.DivClassName
{
background-color: #B1AAC2;
}
.BgClassName
{
background-color: #B1AAC2;
}
</style>
border-color css
<style>
span { border-color: #B1AAC2; }
span { border-color: rgb(177,170,194); }
td.TdClassName
{
border-color: #B1AAC2;
}
.TagClassName
{
border-color: #B1AAC2;
}
</style>