Shades of Biloba Flower #B089D1
Tints of Biloba Flower #B089D1
RGB
CMYK
RGB Variations
Color information
#B089D1 (or 0xB089D1) is known color: Biloba Flower. HEX triplet: B0, 89 and D1. RGB value is (176,137,209). Sum of RGB (Red+Green+Blue) = 176+137+209=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #B089D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089D1 is #4F762E. Grayscale: #9C9C9C. Windows color (decimal): -5207599 or 13732272. OLE color: 13732272.
HSL color Cylindrical-coordinate representation of color #B089D1: hue angle of 272.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B089D1 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 137 | 209 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.18 |
| HSL | 272.5º | 0.44% | 0.68% | - |
| HSV(B) | 272.5º | 0.34% | 0.82% | - |
| XYZ | 38.36 | 31.72 | 64.42 | - |
| YUV | 156.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 209 | 0.16 | 0.34 | 0 | 0.18 | 272.5 | 0.44 | 0.68 |
| Hex | B0 | 89 | D1 | 10 | 22 | 0 | 12 | 110 | 2C | 44 |
| Octal | 260 | 211 | 321 | 20 | 42 | 0 | 22 | 420 | 54 | 104 |
| Binary | 10110000 | 10001001 | 11010001 | 10000 | 100010 | 0 | 10010 | 100010000 | 101100 | 1000100 |
Color Harmonies of #B089D1
Complementary color
Monochromatic Colors of #B089D1
Black with #B089D1
Text Example
Text Example
White with #B089D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089D1; }
p { color: rgb(176,137,209); }
H1.HeaderClassName
{
color: #B089D1;
}
.AnyTagClassName
{
color: #B089D1;
}
</style>
background-color css
<style>
a { background-color: #B089D1; }
a { background-color: rgb(176,137,209); }
div.DivClassName
{
background-color: #B089D1;
}
.BgClassName
{
background-color: #B089D1;
}
</style>
border-color css
<style>
span { border-color: #B089D1; }
span { border-color: rgb(176,137,209); }
td.TdClassName
{
border-color: #B089D1;
}
.TagClassName
{
border-color: #B089D1;
}
</style>