Shades of Biloba Flower #B19AD2
Tints of Biloba Flower #B19AD2
RGB
CMYK
RGB Variations
Color information
#B19AD2 (or 0xB19AD2) is known color: Biloba Flower. HEX triplet: B1, 9A and D2. RGB value is (177,154,210). Sum of RGB (Red+Green+Blue) = 177+154+210=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #B19AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AD2 is #4E652D. Grayscale: #A7A7A7. Windows color (decimal): -5137710 or 13802161. OLE color: 13802161.
HSL color Cylindrical-coordinate representation of color #B19AD2: hue angle of 264.64º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19AD2 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 154 | 210 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.18 |
| HSL | 264.64º | 0.38% | 0.71% | - |
| HSV(B) | 264.64º | 0.27% | 0.82% | - |
| XYZ | 41.32 | 37.11 | 65.96 | - |
| YUV | 167.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 210 | 0.16 | 0.27 | 0 | 0.18 | 264.64 | 0.38 | 0.71 |
| Hex | B1 | 9A | D2 | 10 | 1B | 0 | 12 | 109 | 26 | 47 |
| Octal | 261 | 232 | 322 | 20 | 33 | 0 | 22 | 411 | 46 | 107 |
| Binary | 10110001 | 10011010 | 11010010 | 10000 | 11011 | 0 | 10010 | 100001001 | 100110 | 1000111 |
Color Harmonies of #B19AD2
Complementary color
Monochromatic Colors of #B19AD2
Black with #B19AD2
Text Example
Text Example
White with #B19AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19AD2; }
p { color: rgb(177,154,210); }
H1.HeaderClassName
{
color: #B19AD2;
}
.AnyTagClassName
{
color: #B19AD2;
}
</style>
background-color css
<style>
a { background-color: #B19AD2; }
a { background-color: rgb(177,154,210); }
div.DivClassName
{
background-color: #B19AD2;
}
.BgClassName
{
background-color: #B19AD2;
}
</style>
border-color css
<style>
span { border-color: #B19AD2; }
span { border-color: rgb(177,154,210); }
td.TdClassName
{
border-color: #B19AD2;
}
.TagClassName
{
border-color: #B19AD2;
}
</style>