Shades of Biloba Flower #B198E9
Tints of Biloba Flower #B198E9
RGB
CMYK
RGB Variations
Color information
#B198E9 (or 0xB198E9) is known color: Biloba Flower. HEX triplet: B1, 98 and E9. RGB value is (177,152,233). Sum of RGB (Red+Green+Blue) = 177+152+233=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #B198E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B198E9 is #4E6716. Grayscale: #A8A8A8. Windows color (decimal): -5138199 or 15308977. OLE color: 15308977.
HSL color Cylindrical-coordinate representation of color #B198E9: hue angle of 258.52º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B198E9 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 152 | 233 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.09 |
| HSL | 258.52º | 0.65% | 0.75% | - |
| HSV(B) | 258.52º | 0.35% | 0.91% | - |
| XYZ | 44.07 | 37.69 | 82.04 | - |
| YUV | 168.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 233 | 0.24 | 0.35 | 0 | 0.09 | 258.52 | 0.65 | 0.75 |
| Hex | B1 | 98 | E9 | 18 | 23 | 0 | 9 | 103 | 41 | 4B |
| Octal | 261 | 230 | 351 | 30 | 43 | 0 | 11 | 403 | 101 | 113 |
| Binary | 10110001 | 10011000 | 11101001 | 11000 | 100011 | 0 | 1001 | 100000011 | 1000001 | 1001011 |
Color Harmonies of #B198E9
Complementary color
Monochromatic Colors of #B198E9
Black with #B198E9
Text Example
Text Example
White with #B198E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198E9; }
p { color: rgb(177,152,233); }
H1.HeaderClassName
{
color: #B198E9;
}
.AnyTagClassName
{
color: #B198E9;
}
</style>
background-color css
<style>
a { background-color: #B198E9; }
a { background-color: rgb(177,152,233); }
div.DivClassName
{
background-color: #B198E9;
}
.BgClassName
{
background-color: #B198E9;
}
</style>
border-color css
<style>
span { border-color: #B198E9; }
span { border-color: rgb(177,152,233); }
td.TdClassName
{
border-color: #B198E9;
}
.TagClassName
{
border-color: #B198E9;
}
</style>