Shades of Biloba Flower #B199E8
Tints of Biloba Flower #B199E8
RGB
CMYK
RGB Variations
Color information
#B199E8 (or 0xB199E8) is known color: Biloba Flower. HEX triplet: B1, 99 and E8. RGB value is (177,153,232). Sum of RGB (Red+Green+Blue) = 177+153+232=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #B199E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199E8 is #4E6617. Grayscale: #A8A8A8. Windows color (decimal): -5137944 or 15243697. OLE color: 15243697.
HSL color Cylindrical-coordinate representation of color #B199E8: hue angle of 258.23º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B199E8 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 153 | 232 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.09 |
| HSL | 258.23º | 0.63% | 0.75% | - |
| HSV(B) | 258.23º | 0.34% | 0.91% | - |
| XYZ | 44.09 | 37.96 | 81.35 | - |
| YUV | 169.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 232 | 0.24 | 0.34 | 0 | 0.09 | 258.23 | 0.63 | 0.75 |
| Hex | B1 | 99 | E8 | 18 | 22 | 0 | 9 | 102 | 3F | 4B |
| Octal | 261 | 231 | 350 | 30 | 42 | 0 | 11 | 402 | 77 | 113 |
| Binary | 10110001 | 10011001 | 11101000 | 11000 | 100010 | 0 | 1001 | 100000010 | 111111 | 1001011 |
Color Harmonies of #B199E8
Complementary color
Monochromatic Colors of #B199E8
Black with #B199E8
Text Example
Text Example
White with #B199E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199E8; }
p { color: rgb(177,153,232); }
H1.HeaderClassName
{
color: #B199E8;
}
.AnyTagClassName
{
color: #B199E8;
}
</style>
background-color css
<style>
a { background-color: #B199E8; }
a { background-color: rgb(177,153,232); }
div.DivClassName
{
background-color: #B199E8;
}
.BgClassName
{
background-color: #B199E8;
}
</style>
border-color css
<style>
span { border-color: #B199E8; }
span { border-color: rgb(177,153,232); }
td.TdClassName
{
border-color: #B199E8;
}
.TagClassName
{
border-color: #B199E8;
}
</style>