Shades of Biloba Flower #B09ACC
Tints of Biloba Flower #B09ACC
RGB
CMYK
RGB Variations
Color information
#B09ACC (or 0xB09ACC) is known color: Biloba Flower. HEX triplet: B0, 9A and CC. RGB value is (176,154,204). Sum of RGB (Red+Green+Blue) = 176+154+204=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #B09ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ACC is #4F6533. Grayscale: #A6A6A6. Windows color (decimal): -5203252 or 13408944. OLE color: 13408944.
HSL color Cylindrical-coordinate representation of color #B09ACC: hue angle of 266.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09ACC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 154 | 204 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.2 |
| HSL | 266.4º | 0.33% | 0.7% | - |
| HSV(B) | 266.4º | 0.25% | 0.8% | - |
| XYZ | 40.36 | 36.7 | 62.08 | - |
| YUV | 166.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 204 | 0.14 | 0.25 | 0 | 0.2 | 266.4 | 0.33 | 0.7 |
| Hex | B0 | 9A | CC | E | 19 | 0 | 14 | 10A | 21 | 46 |
| Octal | 260 | 232 | 314 | 16 | 31 | 0 | 24 | 412 | 41 | 106 |
| Binary | 10110000 | 10011010 | 11001100 | 1110 | 11001 | 0 | 10100 | 100001010 | 100001 | 1000110 |
Color Harmonies of #B09ACC
Complementary color
Monochromatic Colors of #B09ACC
Black with #B09ACC
Text Example
Text Example
White with #B09ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09ACC; }
p { color: rgb(176,154,204); }
H1.HeaderClassName
{
color: #B09ACC;
}
.AnyTagClassName
{
color: #B09ACC;
}
</style>
background-color css
<style>
a { background-color: #B09ACC; }
a { background-color: rgb(176,154,204); }
div.DivClassName
{
background-color: #B09ACC;
}
.BgClassName
{
background-color: #B09ACC;
}
</style>
border-color css
<style>
span { border-color: #B09ACC; }
span { border-color: rgb(176,154,204); }
td.TdClassName
{
border-color: #B09ACC;
}
.TagClassName
{
border-color: #B09ACC;
}
</style>