Shades of Biloba Flower #B0A7D0
Tints of Biloba Flower #B0A7D0
RGB
CMYK
RGB Variations
Color information
#B0A7D0 (or 0xB0A7D0) is known color: Biloba Flower. HEX triplet: B0, A7 and D0. RGB value is (176,167,208). Sum of RGB (Red+Green+Blue) = 176+167+208=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #B0A7D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A7D0 is #4F582F. Grayscale: #AEAEAE. Windows color (decimal): -5199920 or 13674416. OLE color: 13674416.
HSL color Cylindrical-coordinate representation of color #B0A7D0: hue angle of 253.17º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A7D0 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 167 | 208 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.18 |
| HSL | 253.17º | 0.3% | 0.74% | - |
| HSV(B) | 253.17º | 0.2% | 0.82% | - |
| XYZ | 43.11 | 41.42 | 65.4 | - |
| YUV | 174.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 208 | 0.15 | 0.20 | 0 | 0.18 | 253.17 | 0.3 | 0.74 |
| Hex | B0 | A7 | D0 | F | 14 | 0 | 12 | FD | 1E | 4A |
| Octal | 260 | 247 | 320 | 17 | 24 | 0 | 22 | 375 | 36 | 112 |
| Binary | 10110000 | 10100111 | 11010000 | 1111 | 10100 | 0 | 10010 | 11111101 | 11110 | 1001010 |
Color Harmonies of #B0A7D0
Complementary color
Monochromatic Colors of #B0A7D0
Black with #B0A7D0
Text Example
Text Example
White with #B0A7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A7D0; }
p { color: rgb(176,167,208); }
H1.HeaderClassName
{
color: #B0A7D0;
}
.AnyTagClassName
{
color: #B0A7D0;
}
</style>
background-color css
<style>
a { background-color: #B0A7D0; }
a { background-color: rgb(176,167,208); }
div.DivClassName
{
background-color: #B0A7D0;
}
.BgClassName
{
background-color: #B0A7D0;
}
</style>
border-color css
<style>
span { border-color: #B0A7D0; }
span { border-color: rgb(176,167,208); }
td.TdClassName
{
border-color: #B0A7D0;
}
.TagClassName
{
border-color: #B0A7D0;
}
</style>