Shades of Biloba Flower #B599C9
Tints of Biloba Flower #B599C9
RGB
CMYK
RGB Variations
Color information
#B599C9 (or 0xB599C9) is known color: Biloba Flower. HEX triplet: B5, 99 and C9. RGB value is (181,153,201). Sum of RGB (Red+Green+Blue) = 181+153+201=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #B599C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599C9 is #4A6636. Grayscale: #A6A6A6. Windows color (decimal): -4875831 or 13212085. OLE color: 13212085.
HSL color Cylindrical-coordinate representation of color #B599C9: hue angle of 275º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B599C9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 153 | 201 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.21 |
| HSL | 275º | 0.31% | 0.69% | - |
| HSV(B) | 275º | 0.24% | 0.79% | - |
| XYZ | 40.99 | 36.82 | 60.21 | - |
| YUV | 166.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 201 | 0.10 | 0.24 | 0 | 0.21 | 275 | 0.31 | 0.69 |
| Hex | B5 | 99 | C9 | A | 18 | 0 | 15 | 113 | 1F | 45 |
| Octal | 265 | 231 | 311 | 12 | 30 | 0 | 25 | 423 | 37 | 105 |
| Binary | 10110101 | 10011001 | 11001001 | 1010 | 11000 | 0 | 10101 | 100010011 | 11111 | 1000101 |
Color Harmonies of #B599C9
Complementary color
Monochromatic Colors of #B599C9
Black with #B599C9
Text Example
Text Example
White with #B599C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599C9; }
p { color: rgb(181,153,201); }
H1.HeaderClassName
{
color: #B599C9;
}
.AnyTagClassName
{
color: #B599C9;
}
</style>
background-color css
<style>
a { background-color: #B599C9; }
a { background-color: rgb(181,153,201); }
div.DivClassName
{
background-color: #B599C9;
}
.BgClassName
{
background-color: #B599C9;
}
</style>
border-color css
<style>
span { border-color: #B599C9; }
span { border-color: rgb(181,153,201); }
td.TdClassName
{
border-color: #B599C9;
}
.TagClassName
{
border-color: #B599C9;
}
</style>