Shades of Biloba Flower #B598CF
Tints of Biloba Flower #B598CF
RGB
CMYK
RGB Variations
Color information
#B598CF (or 0xB598CF) is known color: Biloba Flower. HEX triplet: B5, 98 and CF. RGB value is (181,152,207). Sum of RGB (Red+Green+Blue) = 181+152+207=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #B598CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598CF is #4A6730. Grayscale: #A6A6A6. Windows color (decimal): -4876081 or 13605045. OLE color: 13605045.
HSL color Cylindrical-coordinate representation of color #B598CF: hue angle of 271.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B598CF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 152 | 207 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.19 |
| HSL | 271.64º | 0.36% | 0.7% | - |
| HSV(B) | 271.64º | 0.27% | 0.81% | - |
| XYZ | 41.55 | 36.79 | 63.94 | - |
| YUV | 166.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 207 | 0.13 | 0.27 | 0 | 0.19 | 271.64 | 0.36 | 0.7 |
| Hex | B5 | 98 | CF | D | 1B | 0 | 13 | 110 | 24 | 46 |
| Octal | 265 | 230 | 317 | 15 | 33 | 0 | 23 | 420 | 44 | 106 |
| Binary | 10110101 | 10011000 | 11001111 | 1101 | 11011 | 0 | 10011 | 100010000 | 100100 | 1000110 |
Color Harmonies of #B598CF
Complementary color
Monochromatic Colors of #B598CF
Black with #B598CF
Text Example
Text Example
White with #B598CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598CF; }
p { color: rgb(181,152,207); }
H1.HeaderClassName
{
color: #B598CF;
}
.AnyTagClassName
{
color: #B598CF;
}
</style>
background-color css
<style>
a { background-color: #B598CF; }
a { background-color: rgb(181,152,207); }
div.DivClassName
{
background-color: #B598CF;
}
.BgClassName
{
background-color: #B598CF;
}
</style>
border-color css
<style>
span { border-color: #B598CF; }
span { border-color: rgb(181,152,207); }
td.TdClassName
{
border-color: #B598CF;
}
.TagClassName
{
border-color: #B598CF;
}
</style>