Shades of Biloba Flower #B599DE
Tints of Biloba Flower #B599DE
RGB
CMYK
RGB Variations
Color information
#B599DE (or 0xB599DE) is known color: Biloba Flower. HEX triplet: B5, 99 and DE. RGB value is (181,153,222). Sum of RGB (Red+Green+Blue) = 181+153+222=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #B599DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599DE is #4A6621. Grayscale: #A8A8A8. Windows color (decimal): -4875810 or 14588341. OLE color: 14588341.
HSL color Cylindrical-coordinate representation of color #B599DE: hue angle of 264.35º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B599DE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 153 | 222 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.13 |
| HSL | 264.35º | 0.51% | 0.74% | - |
| HSV(B) | 264.35º | 0.31% | 0.87% | - |
| XYZ | 43.63 | 37.88 | 74.12 | - |
| YUV | 169.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 222 | 0.18 | 0.31 | 0 | 0.13 | 264.35 | 0.51 | 0.74 |
| Hex | B5 | 99 | DE | 12 | 1F | 0 | D | 108 | 33 | 4A |
| Octal | 265 | 231 | 336 | 22 | 37 | 0 | 15 | 410 | 63 | 112 |
| Binary | 10110101 | 10011001 | 11011110 | 10010 | 11111 | 0 | 1101 | 100001000 | 110011 | 1001010 |
Color Harmonies of #B599DE
Complementary color
Monochromatic Colors of #B599DE
Black with #B599DE
Text Example
Text Example
White with #B599DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599DE; }
p { color: rgb(181,153,222); }
H1.HeaderClassName
{
color: #B599DE;
}
.AnyTagClassName
{
color: #B599DE;
}
</style>
background-color css
<style>
a { background-color: #B599DE; }
a { background-color: rgb(181,153,222); }
div.DivClassName
{
background-color: #B599DE;
}
.BgClassName
{
background-color: #B599DE;
}
</style>
border-color css
<style>
span { border-color: #B599DE; }
span { border-color: rgb(181,153,222); }
td.TdClassName
{
border-color: #B599DE;
}
.TagClassName
{
border-color: #B599DE;
}
</style>