Shades of Biloba Flower #B89ACB
Tints of Biloba Flower #B89ACB
RGB
CMYK
RGB Variations
Color information
#B89ACB (or 0xB89ACB) is known color: Biloba Flower. HEX triplet: B8, 9A and CB. RGB value is (184,154,203). Sum of RGB (Red+Green+Blue) = 184+154+203=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #B89ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ACB is #476534. Grayscale: #A8A8A8. Windows color (decimal): -4678965 or 13343416. OLE color: 13343416.
HSL color Cylindrical-coordinate representation of color #B89ACB: hue angle of 276.73º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B89ACB is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 154 | 203 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.20 |
| HSL | 276.73º | 0.32% | 0.7% | - |
| HSV(B) | 276.73º | 0.24% | 0.8% | - |
| XYZ | 42.1 | 37.61 | 61.54 | - |
| YUV | 168.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 203 | 0.09 | 0.24 | 0 | 0.20 | 276.73 | 0.32 | 0.7 |
| Hex | B8 | 9A | CB | 9 | 18 | 0 | 14 | 115 | 20 | 46 |
| Octal | 270 | 232 | 313 | 11 | 30 | 0 | 24 | 425 | 40 | 106 |
| Binary | 10111000 | 10011010 | 11001011 | 1001 | 11000 | 0 | 10100 | 100010101 | 100000 | 1000110 |
Color Harmonies of #B89ACB
Complementary color
Monochromatic Colors of #B89ACB
Black with #B89ACB
Text Example
Text Example
White with #B89ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89ACB; }
p { color: rgb(184,154,203); }
H1.HeaderClassName
{
color: #B89ACB;
}
.AnyTagClassName
{
color: #B89ACB;
}
</style>
background-color css
<style>
a { background-color: #B89ACB; }
a { background-color: rgb(184,154,203); }
div.DivClassName
{
background-color: #B89ACB;
}
.BgClassName
{
background-color: #B89ACB;
}
</style>
border-color css
<style>
span { border-color: #B89ACB; }
span { border-color: rgb(184,154,203); }
td.TdClassName
{
border-color: #B89ACB;
}
.TagClassName
{
border-color: #B89ACB;
}
</style>