Shades of Biloba Flower #B088E7
Tints of Biloba Flower #B088E7
RGB
CMYK
RGB Variations
Color information
#B088E7 (or 0xB088E7) is known color: Biloba Flower. HEX triplet: B0, 88 and E7. RGB value is (176,136,231). Sum of RGB (Red+Green+Blue) = 176+136+231=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #B088E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088E7 is #4F7718. Grayscale: #9E9E9E. Windows color (decimal): -5207833 or 15173808. OLE color: 15173808.
HSL color Cylindrical-coordinate representation of color #B088E7: hue angle of 265.26º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B088E7 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 136 | 231 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.09 |
| HSL | 265.26º | 0.66% | 0.72% | - |
| HSV(B) | 265.26º | 0.41% | 0.91% | - |
| XYZ | 41.13 | 32.61 | 79.73 | - |
| YUV | 158.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 231 | 0.24 | 0.41 | 0 | 0.09 | 265.26 | 0.66 | 0.72 |
| Hex | B0 | 88 | E7 | 18 | 29 | 0 | 9 | 109 | 42 | 48 |
| Octal | 260 | 210 | 347 | 30 | 51 | 0 | 11 | 411 | 102 | 110 |
| Binary | 10110000 | 10001000 | 11100111 | 11000 | 101001 | 0 | 1001 | 100001001 | 1000010 | 1001000 |
Color Harmonies of #B088E7
Complementary color
Monochromatic Colors of #B088E7
Black with #B088E7
Text Example
Text Example
White with #B088E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088E7; }
p { color: rgb(176,136,231); }
H1.HeaderClassName
{
color: #B088E7;
}
.AnyTagClassName
{
color: #B088E7;
}
</style>
background-color css
<style>
a { background-color: #B088E7; }
a { background-color: rgb(176,136,231); }
div.DivClassName
{
background-color: #B088E7;
}
.BgClassName
{
background-color: #B088E7;
}
</style>
border-color css
<style>
span { border-color: #B088E7; }
span { border-color: rgb(176,136,231); }
td.TdClassName
{
border-color: #B088E7;
}
.TagClassName
{
border-color: #B088E7;
}
</style>