Shades of Biloba Flower #B499E2
Tints of Biloba Flower #B499E2
RGB
CMYK
RGB Variations
Color information
#B499E2 (or 0xB499E2) is known color: Biloba Flower. HEX triplet: B4, 99 and E2. RGB value is (180,153,226). Sum of RGB (Red+Green+Blue) = 180+153+226=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #B499E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499E2 is #4B661D. Grayscale: #A9A9A9. Windows color (decimal): -4941342 or 14850484. OLE color: 14850484.
HSL color Cylindrical-coordinate representation of color #B499E2: hue angle of 262.19º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B499E2 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 153 | 226 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.11 |
| HSL | 262.19º | 0.56% | 0.74% | - |
| HSV(B) | 262.19º | 0.32% | 0.89% | - |
| XYZ | 43.94 | 37.98 | 76.97 | - |
| YUV | 169.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 226 | 0.20 | 0.32 | 0 | 0.11 | 262.19 | 0.56 | 0.74 |
| Hex | B4 | 99 | E2 | 14 | 20 | 0 | B | 106 | 38 | 4A |
| Octal | 264 | 231 | 342 | 24 | 40 | 0 | 13 | 406 | 70 | 112 |
| Binary | 10110100 | 10011001 | 11100010 | 10100 | 100000 | 0 | 1011 | 100000110 | 111000 | 1001010 |
Color Harmonies of #B499E2
Complementary color
Monochromatic Colors of #B499E2
Black with #B499E2
Text Example
Text Example
White with #B499E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B499E2; }
p { color: rgb(180,153,226); }
H1.HeaderClassName
{
color: #B499E2;
}
.AnyTagClassName
{
color: #B499E2;
}
</style>
background-color css
<style>
a { background-color: #B499E2; }
a { background-color: rgb(180,153,226); }
div.DivClassName
{
background-color: #B499E2;
}
.BgClassName
{
background-color: #B499E2;
}
</style>
border-color css
<style>
span { border-color: #B499E2; }
span { border-color: rgb(180,153,226); }
td.TdClassName
{
border-color: #B499E2;
}
.TagClassName
{
border-color: #B499E2;
}
</style>