Shades of Biloba Flower #B097D9
Tints of Biloba Flower #B097D9
RGB
CMYK
RGB Variations
Color information
#B097D9 (or 0xB097D9) is known color: Biloba Flower. HEX triplet: B0, 97 and D9. RGB value is (176,151,217). Sum of RGB (Red+Green+Blue) = 176+151+217=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #B097D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097D9 is #4F6826. Grayscale: #A5A5A5. Windows color (decimal): -5204007 or 14260144. OLE color: 14260144.
HSL color Cylindrical-coordinate representation of color #B097D9: hue angle of 262.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B097D9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 151 | 217 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.15 |
| HSL | 262.73º | 0.46% | 0.72% | - |
| HSV(B) | 262.73º | 0.3% | 0.85% | - |
| XYZ | 41.5 | 36.37 | 70.48 | - |
| YUV | 166 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 217 | 0.19 | 0.30 | 0 | 0.15 | 262.73 | 0.46 | 0.72 |
| Hex | B0 | 97 | D9 | 13 | 1E | 0 | F | 107 | 2E | 48 |
| Octal | 260 | 227 | 331 | 23 | 36 | 0 | 17 | 407 | 56 | 110 |
| Binary | 10110000 | 10010111 | 11011001 | 10011 | 11110 | 0 | 1111 | 100000111 | 101110 | 1001000 |
Color Harmonies of #B097D9
Complementary color
Monochromatic Colors of #B097D9
Black with #B097D9
Text Example
Text Example
White with #B097D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097D9; }
p { color: rgb(176,151,217); }
H1.HeaderClassName
{
color: #B097D9;
}
.AnyTagClassName
{
color: #B097D9;
}
</style>
background-color css
<style>
a { background-color: #B097D9; }
a { background-color: rgb(176,151,217); }
div.DivClassName
{
background-color: #B097D9;
}
.BgClassName
{
background-color: #B097D9;
}
</style>
border-color css
<style>
span { border-color: #B097D9; }
span { border-color: rgb(176,151,217); }
td.TdClassName
{
border-color: #B097D9;
}
.TagClassName
{
border-color: #B097D9;
}
</style>