Shades of Biloba Flower #B89BD2
Tints of Biloba Flower #B89BD2
RGB
CMYK
RGB Variations
Color information
#B89BD2 (or 0xB89BD2) is known color: Biloba Flower. HEX triplet: B8, 9B and D2. RGB value is (184,155,210). Sum of RGB (Red+Green+Blue) = 184+155+210=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #B89BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BD2 is #47642D. Grayscale: #A9A9A9. Windows color (decimal): -4678702 or 13802424. OLE color: 13802424.
HSL color Cylindrical-coordinate representation of color #B89BD2: hue angle of 271.64º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89BD2 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 155 | 210 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.18 |
| HSL | 271.64º | 0.38% | 0.72% | - |
| HSV(B) | 271.64º | 0.26% | 0.82% | - |
| XYZ | 43.12 | 38.29 | 66.09 | - |
| YUV | 169.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 210 | 0.12 | 0.26 | 0 | 0.18 | 271.64 | 0.38 | 0.72 |
| Hex | B8 | 9B | D2 | C | 1A | 0 | 12 | 110 | 26 | 48 |
| Octal | 270 | 233 | 322 | 14 | 32 | 0 | 22 | 420 | 46 | 110 |
| Binary | 10111000 | 10011011 | 11010010 | 1100 | 11010 | 0 | 10010 | 100010000 | 100110 | 1001000 |
Color Harmonies of #B89BD2
Complementary color
Monochromatic Colors of #B89BD2
Black with #B89BD2
Text Example
Text Example
White with #B89BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BD2; }
p { color: rgb(184,155,210); }
H1.HeaderClassName
{
color: #B89BD2;
}
.AnyTagClassName
{
color: #B89BD2;
}
</style>
background-color css
<style>
a { background-color: #B89BD2; }
a { background-color: rgb(184,155,210); }
div.DivClassName
{
background-color: #B89BD2;
}
.BgClassName
{
background-color: #B89BD2;
}
</style>
border-color css
<style>
span { border-color: #B89BD2; }
span { border-color: rgb(184,155,210); }
td.TdClassName
{
border-color: #B89BD2;
}
.TagClassName
{
border-color: #B89BD2;
}
</style>