Shades of Biloba Flower #B598E7
Tints of Biloba Flower #B598E7
RGB
CMYK
RGB Variations
Color information
#B598E7 (or 0xB598E7) is known color: Biloba Flower. HEX triplet: B5, 98 and E7. RGB value is (181,152,231). Sum of RGB (Red+Green+Blue) = 181+152+231=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #B598E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B598E7 is #4A6718. Grayscale: #A9A9A9. Windows color (decimal): -4876057 or 15177909. OLE color: 15177909.
HSL color Cylindrical-coordinate representation of color #B598E7: hue angle of 262.03º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B598E7 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 152 | 231 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.09 |
| HSL | 262.03º | 0.62% | 0.75% | - |
| HSV(B) | 262.03º | 0.34% | 0.91% | - |
| XYZ | 44.71 | 38.05 | 80.59 | - |
| YUV | 169.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 231 | 0.22 | 0.34 | 0 | 0.09 | 262.03 | 0.62 | 0.75 |
| Hex | B5 | 98 | E7 | 16 | 22 | 0 | 9 | 106 | 3E | 4B |
| Octal | 265 | 230 | 347 | 26 | 42 | 0 | 11 | 406 | 76 | 113 |
| Binary | 10110101 | 10011000 | 11100111 | 10110 | 100010 | 0 | 1001 | 100000110 | 111110 | 1001011 |
Color Harmonies of #B598E7
Complementary color
Monochromatic Colors of #B598E7
Black with #B598E7
Text Example
Text Example
White with #B598E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598E7; }
p { color: rgb(181,152,231); }
H1.HeaderClassName
{
color: #B598E7;
}
.AnyTagClassName
{
color: #B598E7;
}
</style>
background-color css
<style>
a { background-color: #B598E7; }
a { background-color: rgb(181,152,231); }
div.DivClassName
{
background-color: #B598E7;
}
.BgClassName
{
background-color: #B598E7;
}
</style>
border-color css
<style>
span { border-color: #B598E7; }
span { border-color: rgb(181,152,231); }
td.TdClassName
{
border-color: #B598E7;
}
.TagClassName
{
border-color: #B598E7;
}
</style>