Shades of Biloba Flower #B19ACC
Tints of Biloba Flower #B19ACC
RGB
CMYK
RGB Variations
Color information
#B19ACC (or 0xB19ACC) is known color: Biloba Flower. HEX triplet: B1, 9A and CC. RGB value is (177,154,204). Sum of RGB (Red+Green+Blue) = 177+154+204=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #B19ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ACC is #4E6533. Grayscale: #A6A6A6. Windows color (decimal): -5137716 or 13408945. OLE color: 13408945.
HSL color Cylindrical-coordinate representation of color #B19ACC: hue angle of 267.6º 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 #B19ACC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 154 | 204 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.2 |
| HSL | 267.6º | 0.33% | 0.7% | - |
| HSV(B) | 267.6º | 0.25% | 0.8% | - |
| XYZ | 40.59 | 36.82 | 62.09 | - |
| YUV | 166.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 204 | 0.13 | 0.25 | 0 | 0.2 | 267.6 | 0.33 | 0.7 |
| Hex | B1 | 9A | CC | D | 19 | 0 | 14 | 10C | 21 | 46 |
| Octal | 261 | 232 | 314 | 15 | 31 | 0 | 24 | 414 | 41 | 106 |
| Binary | 10110001 | 10011010 | 11001100 | 1101 | 11001 | 0 | 10100 | 100001100 | 100001 | 1000110 |
Color Harmonies of #B19ACC
Complementary color
Monochromatic Colors of #B19ACC
Black with #B19ACC
Text Example
Text Example
White with #B19ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19ACC; }
p { color: rgb(177,154,204); }
H1.HeaderClassName
{
color: #B19ACC;
}
.AnyTagClassName
{
color: #B19ACC;
}
</style>
background-color css
<style>
a { background-color: #B19ACC; }
a { background-color: rgb(177,154,204); }
div.DivClassName
{
background-color: #B19ACC;
}
.BgClassName
{
background-color: #B19ACC;
}
</style>
border-color css
<style>
span { border-color: #B19ACC; }
span { border-color: rgb(177,154,204); }
td.TdClassName
{
border-color: #B19ACC;
}
.TagClassName
{
border-color: #B19ACC;
}
</style>