Shades of Biloba Flower #B089D3
Tints of Biloba Flower #B089D3
RGB
CMYK
RGB Variations
Color information
#B089D3 (or 0xB089D3) is known color: Biloba Flower. HEX triplet: B0, 89 and D3. RGB value is (176,137,211). Sum of RGB (Red+Green+Blue) = 176+137+211=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #B089D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089D3 is #4F762C. Grayscale: #9C9C9C. Windows color (decimal): -5207597 or 13863344. OLE color: 13863344.
HSL color Cylindrical-coordinate representation of color #B089D3: hue angle of 271.62º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B089D3 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 137 | 211 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.17 |
| HSL | 271.62º | 0.46% | 0.68% | - |
| HSV(B) | 271.62º | 0.35% | 0.83% | - |
| XYZ | 38.61 | 31.82 | 65.74 | - |
| YUV | 157.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 211 | 0.17 | 0.35 | 0 | 0.17 | 271.62 | 0.46 | 0.68 |
| Hex | B0 | 89 | D3 | 11 | 23 | 0 | 11 | 110 | 2E | 44 |
| Octal | 260 | 211 | 323 | 21 | 43 | 0 | 21 | 420 | 56 | 104 |
| Binary | 10110000 | 10001001 | 11010011 | 10001 | 100011 | 0 | 10001 | 100010000 | 101110 | 1000100 |
Color Harmonies of #B089D3
Complementary color
Monochromatic Colors of #B089D3
Black with #B089D3
Text Example
Text Example
White with #B089D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089D3; }
p { color: rgb(176,137,211); }
H1.HeaderClassName
{
color: #B089D3;
}
.AnyTagClassName
{
color: #B089D3;
}
</style>
background-color css
<style>
a { background-color: #B089D3; }
a { background-color: rgb(176,137,211); }
div.DivClassName
{
background-color: #B089D3;
}
.BgClassName
{
background-color: #B089D3;
}
</style>
border-color css
<style>
span { border-color: #B089D3; }
span { border-color: rgb(176,137,211); }
td.TdClassName
{
border-color: #B089D3;
}
.TagClassName
{
border-color: #B089D3;
}
</style>