Shades of Biloba Flower #B79ACB
Tints of Biloba Flower #B79ACB
RGB
CMYK
RGB Variations
Color information
#B79ACB (or 0xB79ACB) is known color: Biloba Flower. HEX triplet: B7, 9A and CB. RGB value is (183,154,203). Sum of RGB (Red+Green+Blue) = 183+154+203=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #B79ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79ACB is #486534. Grayscale: #A8A8A8. Windows color (decimal): -4744501 or 13343415. OLE color: 13343415.
HSL color Cylindrical-coordinate representation of color #B79ACB: hue angle of 275.51º 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 #B79ACB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 154 | 203 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.20 |
| HSL | 275.51º | 0.32% | 0.7% | - |
| HSV(B) | 275.51º | 0.24% | 0.8% | - |
| XYZ | 41.86 | 37.49 | 61.53 | - |
| YUV | 168.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 203 | 0.10 | 0.24 | 0 | 0.20 | 275.51 | 0.32 | 0.7 |
| Hex | B7 | 9A | CB | A | 18 | 0 | 14 | 114 | 20 | 46 |
| Octal | 267 | 232 | 313 | 12 | 30 | 0 | 24 | 424 | 40 | 106 |
| Binary | 10110111 | 10011010 | 11001011 | 1010 | 11000 | 0 | 10100 | 100010100 | 100000 | 1000110 |
Color Harmonies of #B79ACB
Complementary color
Monochromatic Colors of #B79ACB
Black with #B79ACB
Text Example
Text Example
White with #B79ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79ACB; }
p { color: rgb(183,154,203); }
H1.HeaderClassName
{
color: #B79ACB;
}
.AnyTagClassName
{
color: #B79ACB;
}
</style>
background-color css
<style>
a { background-color: #B79ACB; }
a { background-color: rgb(183,154,203); }
div.DivClassName
{
background-color: #B79ACB;
}
.BgClassName
{
background-color: #B79ACB;
}
</style>
border-color css
<style>
span { border-color: #B79ACB; }
span { border-color: rgb(183,154,203); }
td.TdClassName
{
border-color: #B79ACB;
}
.TagClassName
{
border-color: #B79ACB;
}
</style>