Shades of Biloba Flower #B1A5D0
Tints of Biloba Flower #B1A5D0
RGB
CMYK
RGB Variations
Color information
#B1A5D0 (or 0xB1A5D0) is known color: Biloba Flower. HEX triplet: B1, A5 and D0. RGB value is (177,165,208). Sum of RGB (Red+Green+Blue) = 177+165+208=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #B1A5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A5D0 is #4E5A2F. Grayscale: #ADADAD. Windows color (decimal): -5134896 or 13673905. OLE color: 13673905.
HSL color Cylindrical-coordinate representation of color #B1A5D0: hue angle of 256.74º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1A5D0 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 165 | 208 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.18 |
| HSL | 256.74º | 0.31% | 0.73% | - |
| HSV(B) | 256.74º | 0.21% | 0.82% | - |
| XYZ | 42.97 | 40.81 | 65.29 | - |
| YUV | 173.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 208 | 0.15 | 0.21 | 0 | 0.18 | 256.74 | 0.31 | 0.73 |
| Hex | B1 | A5 | D0 | F | 15 | 0 | 12 | 101 | 1F | 49 |
| Octal | 261 | 245 | 320 | 17 | 25 | 0 | 22 | 401 | 37 | 111 |
| Binary | 10110001 | 10100101 | 11010000 | 1111 | 10101 | 0 | 10010 | 100000001 | 11111 | 1001001 |
Color Harmonies of #B1A5D0
Complementary color
Monochromatic Colors of #B1A5D0
Black with #B1A5D0
Text Example
Text Example
White with #B1A5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A5D0; }
p { color: rgb(177,165,208); }
H1.HeaderClassName
{
color: #B1A5D0;
}
.AnyTagClassName
{
color: #B1A5D0;
}
</style>
background-color css
<style>
a { background-color: #B1A5D0; }
a { background-color: rgb(177,165,208); }
div.DivClassName
{
background-color: #B1A5D0;
}
.BgClassName
{
background-color: #B1A5D0;
}
</style>
border-color css
<style>
span { border-color: #B1A5D0; }
span { border-color: rgb(177,165,208); }
td.TdClassName
{
border-color: #B1A5D0;
}
.TagClassName
{
border-color: #B1A5D0;
}
</style>