Shades of Biloba Flower #B598D0
Tints of Biloba Flower #B598D0
RGB
CMYK
RGB Variations
Color information
#B598D0 (or 0xB598D0) is known color: Biloba Flower. HEX triplet: B5, 98 and D0. RGB value is (181,152,208). Sum of RGB (Red+Green+Blue) = 181+152+208=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #B598D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598D0 is #4A672F. Grayscale: #A6A6A6. Windows color (decimal): -4876080 or 13670581. OLE color: 13670581.
HSL color Cylindrical-coordinate representation of color #B598D0: hue angle of 271.07º degrees, saturation: 0.37, 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 #B598D0 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 152 | 208 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.18 |
| HSL | 271.07º | 0.37% | 0.71% | - |
| HSV(B) | 271.07º | 0.27% | 0.82% | - |
| XYZ | 41.67 | 36.83 | 64.59 | - |
| YUV | 167.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 208 | 0.13 | 0.27 | 0 | 0.18 | 271.07 | 0.37 | 0.71 |
| Hex | B5 | 98 | D0 | D | 1B | 0 | 12 | 10F | 25 | 47 |
| Octal | 265 | 230 | 320 | 15 | 33 | 0 | 22 | 417 | 45 | 107 |
| Binary | 10110101 | 10011000 | 11010000 | 1101 | 11011 | 0 | 10010 | 100001111 | 100101 | 1000111 |
Color Harmonies of #B598D0
Complementary color
Monochromatic Colors of #B598D0
Black with #B598D0
Text Example
Text Example
White with #B598D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598D0; }
p { color: rgb(181,152,208); }
H1.HeaderClassName
{
color: #B598D0;
}
.AnyTagClassName
{
color: #B598D0;
}
</style>
background-color css
<style>
a { background-color: #B598D0; }
a { background-color: rgb(181,152,208); }
div.DivClassName
{
background-color: #B598D0;
}
.BgClassName
{
background-color: #B598D0;
}
</style>
border-color css
<style>
span { border-color: #B598D0; }
span { border-color: rgb(181,152,208); }
td.TdClassName
{
border-color: #B598D0;
}
.TagClassName
{
border-color: #B598D0;
}
</style>