Shades of Biloba Flower #B599CA
Tints of Biloba Flower #B599CA
RGB
CMYK
RGB Variations
Color information
#B599CA (or 0xB599CA) is known color: Biloba Flower. HEX triplet: B5, 99 and CA. RGB value is (181,153,202). Sum of RGB (Red+Green+Blue) = 181+153+202=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #B599CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599CA is #4A6635. Grayscale: #A6A6A6. Windows color (decimal): -4875830 or 13277621. OLE color: 13277621.
HSL color Cylindrical-coordinate representation of color #B599CA: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B599CA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 153 | 202 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.21 |
| HSL | 274.29º | 0.32% | 0.7% | - |
| HSV(B) | 274.29º | 0.24% | 0.79% | - |
| XYZ | 41.11 | 36.87 | 60.83 | - |
| YUV | 166.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 202 | 0.10 | 0.24 | 0 | 0.21 | 274.29 | 0.32 | 0.7 |
| Hex | B5 | 99 | CA | A | 18 | 0 | 15 | 112 | 20 | 46 |
| Octal | 265 | 231 | 312 | 12 | 30 | 0 | 25 | 422 | 40 | 106 |
| Binary | 10110101 | 10011001 | 11001010 | 1010 | 11000 | 0 | 10101 | 100010010 | 100000 | 1000110 |
Color Harmonies of #B599CA
Complementary color
Monochromatic Colors of #B599CA
Black with #B599CA
Text Example
Text Example
White with #B599CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599CA; }
p { color: rgb(181,153,202); }
H1.HeaderClassName
{
color: #B599CA;
}
.AnyTagClassName
{
color: #B599CA;
}
</style>
background-color css
<style>
a { background-color: #B599CA; }
a { background-color: rgb(181,153,202); }
div.DivClassName
{
background-color: #B599CA;
}
.BgClassName
{
background-color: #B599CA;
}
</style>
border-color css
<style>
span { border-color: #B599CA; }
span { border-color: rgb(181,153,202); }
td.TdClassName
{
border-color: #B599CA;
}
.TagClassName
{
border-color: #B599CA;
}
</style>