Shades of Biloba Flower #B199EA
Tints of Biloba Flower #B199EA
RGB
CMYK
RGB Variations
Color information
#B199EA (or 0xB199EA) is known color: Biloba Flower. HEX triplet: B1, 99 and EA. RGB value is (177,153,234). Sum of RGB (Red+Green+Blue) = 177+153+234=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #B199EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199EA is #4E6615. Grayscale: #A9A9A9. Windows color (decimal): -5137942 or 15374769. OLE color: 15374769.
HSL color Cylindrical-coordinate representation of color #B199EA: hue angle of 257.78º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B199EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 153 | 234 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.08 |
| HSL | 257.78º | 0.66% | 0.76% | - |
| HSV(B) | 257.78º | 0.35% | 0.92% | - |
| XYZ | 44.37 | 38.07 | 82.85 | - |
| YUV | 169.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 234 | 0.24 | 0.35 | 0 | 0.08 | 257.78 | 0.66 | 0.76 |
| Hex | B1 | 99 | EA | 18 | 23 | 0 | 8 | 102 | 42 | 4C |
| Octal | 261 | 231 | 352 | 30 | 43 | 0 | 10 | 402 | 102 | 114 |
| Binary | 10110001 | 10011001 | 11101010 | 11000 | 100011 | 0 | 1000 | 100000010 | 1000010 | 1001100 |
Color Harmonies of #B199EA
Complementary color
Monochromatic Colors of #B199EA
Black with #B199EA
Text Example
Text Example
White with #B199EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199EA; }
p { color: rgb(177,153,234); }
H1.HeaderClassName
{
color: #B199EA;
}
.AnyTagClassName
{
color: #B199EA;
}
</style>
background-color css
<style>
a { background-color: #B199EA; }
a { background-color: rgb(177,153,234); }
div.DivClassName
{
background-color: #B199EA;
}
.BgClassName
{
background-color: #B199EA;
}
</style>
border-color css
<style>
span { border-color: #B199EA; }
span { border-color: rgb(177,153,234); }
td.TdClassName
{
border-color: #B199EA;
}
.TagClassName
{
border-color: #B199EA;
}
</style>