Shades of Biloba Flower #B89BCB
Tints of Biloba Flower #B89BCB
RGB
CMYK
RGB Variations
Color information
#B89BCB (or 0xB89BCB) is known color: Biloba Flower. HEX triplet: B8, 9B and CB. RGB value is (184,155,203). Sum of RGB (Red+Green+Blue) = 184+155+203=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #B89BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BCB is #476434. Grayscale: #A8A8A8. Windows color (decimal): -4678709 or 13343672. OLE color: 13343672.
HSL color Cylindrical-coordinate representation of color #B89BCB: hue angle of 276.25º 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 #B89BCB is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 155 | 203 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.20 |
| HSL | 276.25º | 0.32% | 0.7% | - |
| HSV(B) | 276.25º | 0.24% | 0.8% | - |
| XYZ | 42.27 | 37.94 | 61.6 | - |
| YUV | 169.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 203 | 0.09 | 0.24 | 0 | 0.20 | 276.25 | 0.32 | 0.7 |
| Hex | B8 | 9B | CB | 9 | 18 | 0 | 14 | 114 | 20 | 46 |
| Octal | 270 | 233 | 313 | 11 | 30 | 0 | 24 | 424 | 40 | 106 |
| Binary | 10111000 | 10011011 | 11001011 | 1001 | 11000 | 0 | 10100 | 100010100 | 100000 | 1000110 |
Color Harmonies of #B89BCB
Complementary color
Monochromatic Colors of #B89BCB
Black with #B89BCB
Text Example
Text Example
White with #B89BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BCB; }
p { color: rgb(184,155,203); }
H1.HeaderClassName
{
color: #B89BCB;
}
.AnyTagClassName
{
color: #B89BCB;
}
</style>
background-color css
<style>
a { background-color: #B89BCB; }
a { background-color: rgb(184,155,203); }
div.DivClassName
{
background-color: #B89BCB;
}
.BgClassName
{
background-color: #B89BCB;
}
</style>
border-color css
<style>
span { border-color: #B89BCB; }
span { border-color: rgb(184,155,203); }
td.TdClassName
{
border-color: #B89BCB;
}
.TagClassName
{
border-color: #B89BCB;
}
</style>