Shades of Biloba Flower #B1A9C1
Tints of Biloba Flower #B1A9C1
RGB
CMYK
RGB Variations
Color information
#B1A9C1 (or 0xB1A9C1) is known color: Biloba Flower. HEX triplet: B1, A9 and C1. RGB value is (177,169,193). Sum of RGB (Red+Green+Blue) = 177+169+193=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1A9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9C1 is #4E563E. Grayscale: #AEAEAE. Windows color (decimal): -5133887 or 12691889. OLE color: 12691889.
HSL color Cylindrical-coordinate representation of color #B1A9C1: hue angle of 260º 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 #B1A9C1 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 169 | 193 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.24 |
| HSL | 260º | 0.16% | 0.71% | - |
| HSV(B) | 260º | 0.12% | 0.76% | - |
| XYZ | 41.95 | 41.57 | 56.27 | - |
| YUV | 174.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 193 | 0.08 | 0.12 | 0 | 0.24 | 260 | 0.16 | 0.71 |
| Hex | B1 | A9 | C1 | 8 | C | 0 | 18 | 104 | 10 | 47 |
| Octal | 261 | 251 | 301 | 10 | 14 | 0 | 30 | 404 | 20 | 107 |
| Binary | 10110001 | 10101001 | 11000001 | 1000 | 1100 | 0 | 11000 | 100000100 | 10000 | 1000111 |
Color Harmonies of #B1A9C1
Complementary color
Monochromatic Colors of #B1A9C1
Black with #B1A9C1
Text Example
Text Example
White with #B1A9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A9C1; }
p { color: rgb(177,169,193); }
H1.HeaderClassName
{
color: #B1A9C1;
}
.AnyTagClassName
{
color: #B1A9C1;
}
</style>
background-color css
<style>
a { background-color: #B1A9C1; }
a { background-color: rgb(177,169,193); }
div.DivClassName
{
background-color: #B1A9C1;
}
.BgClassName
{
background-color: #B1A9C1;
}
</style>
border-color css
<style>
span { border-color: #B1A9C1; }
span { border-color: rgb(177,169,193); }
td.TdClassName
{
border-color: #B1A9C1;
}
.TagClassName
{
border-color: #B1A9C1;
}
</style>