Shades of Biloba Flower #B498D5
Tints of Biloba Flower #B498D5
RGB
CMYK
RGB Variations
Color information
#B498D5 (or 0xB498D5) is known color: Biloba Flower. HEX triplet: B4, 98 and D5. RGB value is (180,152,213). Sum of RGB (Red+Green+Blue) = 180+152+213=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #B498D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498D5 is #4B672A. Grayscale: #A7A7A7. Windows color (decimal): -4941611 or 13998260. OLE color: 13998260.
HSL color Cylindrical-coordinate representation of color #B498D5: hue angle of 267.54º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B498D5 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 152 | 213 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.16 |
| HSL | 267.54º | 0.42% | 0.72% | - |
| HSV(B) | 267.54º | 0.29% | 0.84% | - |
| XYZ | 42.06 | 36.96 | 67.87 | - |
| YUV | 167.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 213 | 0.15 | 0.29 | 0 | 0.16 | 267.54 | 0.42 | 0.72 |
| Hex | B4 | 98 | D5 | F | 1D | 0 | 10 | 10C | 2A | 48 |
| Octal | 264 | 230 | 325 | 17 | 35 | 0 | 20 | 414 | 52 | 110 |
| Binary | 10110100 | 10011000 | 11010101 | 1111 | 11101 | 0 | 10000 | 100001100 | 101010 | 1001000 |
Color Harmonies of #B498D5
Complementary color
Monochromatic Colors of #B498D5
Black with #B498D5
Text Example
Text Example
White with #B498D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498D5; }
p { color: rgb(180,152,213); }
H1.HeaderClassName
{
color: #B498D5;
}
.AnyTagClassName
{
color: #B498D5;
}
</style>
background-color css
<style>
a { background-color: #B498D5; }
a { background-color: rgb(180,152,213); }
div.DivClassName
{
background-color: #B498D5;
}
.BgClassName
{
background-color: #B498D5;
}
</style>
border-color css
<style>
span { border-color: #B498D5; }
span { border-color: rgb(180,152,213); }
td.TdClassName
{
border-color: #B498D5;
}
.TagClassName
{
border-color: #B498D5;
}
</style>