Shades of Biloba Flower #B599D0
Tints of Biloba Flower #B599D0
RGB
CMYK
RGB Variations
Color information
#B599D0 (or 0xB599D0) is known color: Biloba Flower. HEX triplet: B5, 99 and D0. RGB value is (181,153,208). Sum of RGB (Red+Green+Blue) = 181+153+208=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #B599D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599D0 is #4A662F. Grayscale: #A7A7A7. Windows color (decimal): -4875824 or 13670837. OLE color: 13670837.
HSL color Cylindrical-coordinate representation of color #B599D0: hue angle of 270.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B599D0 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 153 | 208 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.18 |
| HSL | 270.55º | 0.37% | 0.71% | - |
| HSV(B) | 270.55º | 0.26% | 0.82% | - |
| XYZ | 41.83 | 37.16 | 64.64 | - |
| YUV | 167.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 208 | 0.13 | 0.26 | 0 | 0.18 | 270.55 | 0.37 | 0.71 |
| Hex | B5 | 99 | D0 | D | 1A | 0 | 12 | 10F | 25 | 47 |
| Octal | 265 | 231 | 320 | 15 | 32 | 0 | 22 | 417 | 45 | 107 |
| Binary | 10110101 | 10011001 | 11010000 | 1101 | 11010 | 0 | 10010 | 100001111 | 100101 | 1000111 |
Color Harmonies of #B599D0
Complementary color
Monochromatic Colors of #B599D0
Black with #B599D0
Text Example
Text Example
White with #B599D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599D0; }
p { color: rgb(181,153,208); }
H1.HeaderClassName
{
color: #B599D0;
}
.AnyTagClassName
{
color: #B599D0;
}
</style>
background-color css
<style>
a { background-color: #B599D0; }
a { background-color: rgb(181,153,208); }
div.DivClassName
{
background-color: #B599D0;
}
.BgClassName
{
background-color: #B599D0;
}
</style>
border-color css
<style>
span { border-color: #B599D0; }
span { border-color: rgb(181,153,208); }
td.TdClassName
{
border-color: #B599D0;
}
.TagClassName
{
border-color: #B599D0;
}
</style>