Shades of Biloba Flower #B1A7D5
Tints of Biloba Flower #B1A7D5
RGB
CMYK
RGB Variations
Color information
#B1A7D5 (or 0xB1A7D5) is known color: Biloba Flower. HEX triplet: B1, A7 and D5. RGB value is (177,167,213). Sum of RGB (Red+Green+Blue) = 177+167+213=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #B1A7D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A7D5 is #4E582A. Grayscale: #AFAFAF. Windows color (decimal): -5134379 or 14002097. OLE color: 14002097.
HSL color Cylindrical-coordinate representation of color #B1A7D5: hue angle of 253.04º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1A7D5 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 167 | 213 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.16 |
| HSL | 253.04º | 0.35% | 0.75% | - |
| HSV(B) | 253.04º | 0.22% | 0.84% | - |
| XYZ | 43.96 | 41.79 | 68.7 | - |
| YUV | 175.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 213 | 0.17 | 0.22 | 0 | 0.16 | 253.04 | 0.35 | 0.75 |
| Hex | B1 | A7 | D5 | 11 | 16 | 0 | 10 | FD | 23 | 4B |
| Octal | 261 | 247 | 325 | 21 | 26 | 0 | 20 | 375 | 43 | 113 |
| Binary | 10110001 | 10100111 | 11010101 | 10001 | 10110 | 0 | 10000 | 11111101 | 100011 | 1001011 |
Color Harmonies of #B1A7D5
Complementary color
Monochromatic Colors of #B1A7D5
Black with #B1A7D5
Text Example
Text Example
White with #B1A7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A7D5; }
p { color: rgb(177,167,213); }
H1.HeaderClassName
{
color: #B1A7D5;
}
.AnyTagClassName
{
color: #B1A7D5;
}
</style>
background-color css
<style>
a { background-color: #B1A7D5; }
a { background-color: rgb(177,167,213); }
div.DivClassName
{
background-color: #B1A7D5;
}
.BgClassName
{
background-color: #B1A7D5;
}
</style>
border-color css
<style>
span { border-color: #B1A7D5; }
span { border-color: rgb(177,167,213); }
td.TdClassName
{
border-color: #B1A7D5;
}
.TagClassName
{
border-color: #B1A7D5;
}
</style>