Shades of Biloba Flower #B199E9
Tints of Biloba Flower #B199E9
RGB
CMYK
RGB Variations
Color information
#B199E9 (or 0xB199E9) is known color: Biloba Flower. HEX triplet: B1, 99 and E9. RGB value is (177,153,233). Sum of RGB (Red+Green+Blue) = 177+153+233=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #B199E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199E9 is #4E6616. Grayscale: #A9A9A9. Windows color (decimal): -5137943 or 15309233. OLE color: 15309233.
HSL color Cylindrical-coordinate representation of color #B199E9: hue angle of 258º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B199E9 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 153 | 233 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.09 |
| HSL | 258º | 0.65% | 0.76% | - |
| HSV(B) | 258º | 0.34% | 0.91% | - |
| XYZ | 44.23 | 38.01 | 82.1 | - |
| YUV | 169.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 233 | 0.24 | 0.34 | 0 | 0.09 | 258 | 0.65 | 0.76 |
| Hex | B1 | 99 | E9 | 18 | 22 | 0 | 9 | 102 | 41 | 4C |
| Octal | 261 | 231 | 351 | 30 | 42 | 0 | 11 | 402 | 101 | 114 |
| Binary | 10110001 | 10011001 | 11101001 | 11000 | 100010 | 0 | 1001 | 100000010 | 1000001 | 1001100 |
Color Harmonies of #B199E9
Complementary color
Monochromatic Colors of #B199E9
Black with #B199E9
Text Example
Text Example
White with #B199E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199E9; }
p { color: rgb(177,153,233); }
H1.HeaderClassName
{
color: #B199E9;
}
.AnyTagClassName
{
color: #B199E9;
}
</style>
background-color css
<style>
a { background-color: #B199E9; }
a { background-color: rgb(177,153,233); }
div.DivClassName
{
background-color: #B199E9;
}
.BgClassName
{
background-color: #B199E9;
}
</style>
border-color css
<style>
span { border-color: #B199E9; }
span { border-color: rgb(177,153,233); }
td.TdClassName
{
border-color: #B199E9;
}
.TagClassName
{
border-color: #B199E9;
}
</style>