Shades of Biloba Flower #B099E3
Tints of Biloba Flower #B099E3
RGB
CMYK
RGB Variations
Color information
#B099E3 (or 0xB099E3) is known color: Biloba Flower. HEX triplet: B0, 99 and E3. RGB value is (176,153,227). Sum of RGB (Red+Green+Blue) = 176+153+227=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 227 - color contains mainly: blue. Hex color #B099E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099E3 is #4F661C. Grayscale: #A8A8A8. Windows color (decimal): -5203485 or 14916016. OLE color: 14916016.
HSL color Cylindrical-coordinate representation of color #B099E3: hue angle of 258.65º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B099E3 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 153 | 227 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.11 |
| HSL | 258.65º | 0.57% | 0.75% | - |
| HSV(B) | 258.65º | 0.33% | 0.89% | - |
| XYZ | 43.16 | 37.56 | 77.65 | - |
| YUV | 168.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 227 | 0.22 | 0.33 | 0 | 0.11 | 258.65 | 0.57 | 0.75 |
| Hex | B0 | 99 | E3 | 16 | 21 | 0 | B | 103 | 39 | 4B |
| Octal | 260 | 231 | 343 | 26 | 41 | 0 | 13 | 403 | 71 | 113 |
| Binary | 10110000 | 10011001 | 11100011 | 10110 | 100001 | 0 | 1011 | 100000011 | 111001 | 1001011 |
Color Harmonies of #B099E3
Complementary color
Monochromatic Colors of #B099E3
Black with #B099E3
Text Example
Text Example
White with #B099E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099E3; }
p { color: rgb(176,153,227); }
H1.HeaderClassName
{
color: #B099E3;
}
.AnyTagClassName
{
color: #B099E3;
}
</style>
background-color css
<style>
a { background-color: #B099E3; }
a { background-color: rgb(176,153,227); }
div.DivClassName
{
background-color: #B099E3;
}
.BgClassName
{
background-color: #B099E3;
}
</style>
border-color css
<style>
span { border-color: #B099E3; }
span { border-color: rgb(176,153,227); }
td.TdClassName
{
border-color: #B099E3;
}
.TagClassName
{
border-color: #B099E3;
}
</style>