Shades of Biloba Flower #B599D8
Tints of Biloba Flower #B599D8
RGB
CMYK
RGB Variations
Color information
#B599D8 (or 0xB599D8) is known color: Biloba Flower. HEX triplet: B5, 99 and D8. RGB value is (181,153,216). Sum of RGB (Red+Green+Blue) = 181+153+216=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #B599D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599D8 is #4A6627. Grayscale: #A8A8A8. Windows color (decimal): -4875816 or 14195125. OLE color: 14195125.
HSL color Cylindrical-coordinate representation of color #B599D8: hue angle of 266.67º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B599D8 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 153 | 216 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.15 |
| HSL | 266.67º | 0.45% | 0.72% | - |
| HSV(B) | 266.67º | 0.29% | 0.85% | - |
| XYZ | 42.84 | 37.56 | 69.96 | - |
| YUV | 168.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 216 | 0.16 | 0.29 | 0 | 0.15 | 266.67 | 0.45 | 0.72 |
| Hex | B5 | 99 | D8 | 10 | 1D | 0 | F | 10B | 2D | 48 |
| Octal | 265 | 231 | 330 | 20 | 35 | 0 | 17 | 413 | 55 | 110 |
| Binary | 10110101 | 10011001 | 11011000 | 10000 | 11101 | 0 | 1111 | 100001011 | 101101 | 1001000 |
Color Harmonies of #B599D8
Complementary color
Monochromatic Colors of #B599D8
Black with #B599D8
Text Example
Text Example
White with #B599D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599D8; }
p { color: rgb(181,153,216); }
H1.HeaderClassName
{
color: #B599D8;
}
.AnyTagClassName
{
color: #B599D8;
}
</style>
background-color css
<style>
a { background-color: #B599D8; }
a { background-color: rgb(181,153,216); }
div.DivClassName
{
background-color: #B599D8;
}
.BgClassName
{
background-color: #B599D8;
}
</style>
border-color css
<style>
span { border-color: #B599D8; }
span { border-color: rgb(181,153,216); }
td.TdClassName
{
border-color: #B599D8;
}
.TagClassName
{
border-color: #B599D8;
}
</style>