Shades of Biloba Flower #B498E2
Tints of Biloba Flower #B498E2
RGB
CMYK
RGB Variations
Color information
#B498E2 (or 0xB498E2) is known color: Biloba Flower. HEX triplet: B4, 98 and E2. RGB value is (180,152,226). Sum of RGB (Red+Green+Blue) = 180+152+226=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 226 - color contains mainly: blue. Hex color #B498E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498E2 is #4B671D. Grayscale: #A8A8A8. Windows color (decimal): -4941598 or 14850228. OLE color: 14850228.
HSL color Cylindrical-coordinate representation of color #B498E2: hue angle of 262.7º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B498E2 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 152 | 226 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.11 |
| HSL | 262.7º | 0.56% | 0.74% | - |
| HSV(B) | 262.7º | 0.33% | 0.89% | - |
| XYZ | 43.78 | 37.65 | 76.91 | - |
| YUV | 168.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 226 | 0.20 | 0.33 | 0 | 0.11 | 262.7 | 0.56 | 0.74 |
| Hex | B4 | 98 | E2 | 14 | 21 | 0 | B | 107 | 38 | 4A |
| Octal | 264 | 230 | 342 | 24 | 41 | 0 | 13 | 407 | 70 | 112 |
| Binary | 10110100 | 10011000 | 11100010 | 10100 | 100001 | 0 | 1011 | 100000111 | 111000 | 1001010 |
Color Harmonies of #B498E2
Complementary color
Monochromatic Colors of #B498E2
Black with #B498E2
Text Example
Text Example
White with #B498E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498E2; }
p { color: rgb(180,152,226); }
H1.HeaderClassName
{
color: #B498E2;
}
.AnyTagClassName
{
color: #B498E2;
}
</style>
background-color css
<style>
a { background-color: #B498E2; }
a { background-color: rgb(180,152,226); }
div.DivClassName
{
background-color: #B498E2;
}
.BgClassName
{
background-color: #B498E2;
}
</style>
border-color css
<style>
span { border-color: #B498E2; }
span { border-color: rgb(180,152,226); }
td.TdClassName
{
border-color: #B498E2;
}
.TagClassName
{
border-color: #B498E2;
}
</style>