Shades of Biloba Flower #B498D1
Tints of Biloba Flower #B498D1
RGB
CMYK
RGB Variations
Color information
#B498D1 (or 0xB498D1) is known color: Biloba Flower. HEX triplet: B4, 98 and D1. RGB value is (180,152,209). Sum of RGB (Red+Green+Blue) = 180+152+209=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #B498D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498D1 is #4B672E. Grayscale: #A6A6A6. Windows color (decimal): -4941615 or 13736116. OLE color: 13736116.
HSL color Cylindrical-coordinate representation of color #B498D1: hue angle of 269.47º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B498D1 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 152 | 209 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.18 |
| HSL | 269.47º | 0.38% | 0.71% | - |
| HSV(B) | 269.47º | 0.27% | 0.82% | - |
| XYZ | 41.56 | 36.76 | 65.23 | - |
| YUV | 166.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 209 | 0.14 | 0.27 | 0 | 0.18 | 269.47 | 0.38 | 0.71 |
| Hex | B4 | 98 | D1 | E | 1B | 0 | 12 | 10D | 26 | 47 |
| Octal | 264 | 230 | 321 | 16 | 33 | 0 | 22 | 415 | 46 | 107 |
| Binary | 10110100 | 10011000 | 11010001 | 1110 | 11011 | 0 | 10010 | 100001101 | 100110 | 1000111 |
Color Harmonies of #B498D1
Complementary color
Monochromatic Colors of #B498D1
Black with #B498D1
Text Example
Text Example
White with #B498D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498D1; }
p { color: rgb(180,152,209); }
H1.HeaderClassName
{
color: #B498D1;
}
.AnyTagClassName
{
color: #B498D1;
}
</style>
background-color css
<style>
a { background-color: #B498D1; }
a { background-color: rgb(180,152,209); }
div.DivClassName
{
background-color: #B498D1;
}
.BgClassName
{
background-color: #B498D1;
}
</style>
border-color css
<style>
span { border-color: #B498D1; }
span { border-color: rgb(180,152,209); }
td.TdClassName
{
border-color: #B498D1;
}
.TagClassName
{
border-color: #B498D1;
}
</style>