Shades of Biloba Flower #B088E6
Tints of Biloba Flower #B088E6
RGB
CMYK
RGB Variations
Color information
#B088E6 (or 0xB088E6) is known color: Biloba Flower. HEX triplet: B0, 88 and E6. RGB value is (176,136,230). Sum of RGB (Red+Green+Blue) = 176+136+230=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #B088E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088E6 is #4F7719. Grayscale: #9E9E9E. Windows color (decimal): -5207834 or 15108272. OLE color: 15108272.
HSL color Cylindrical-coordinate representation of color #B088E6: hue angle of 265.53º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B088E6 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 136 | 230 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.10 |
| HSL | 265.53º | 0.65% | 0.72% | - |
| HSV(B) | 265.53º | 0.41% | 0.9% | - |
| XYZ | 40.99 | 32.55 | 78.99 | - |
| YUV | 158.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 230 | 0.23 | 0.41 | 0 | 0.10 | 265.53 | 0.65 | 0.72 |
| Hex | B0 | 88 | E6 | 17 | 29 | 0 | A | 10A | 41 | 48 |
| Octal | 260 | 210 | 346 | 27 | 51 | 0 | 12 | 412 | 101 | 110 |
| Binary | 10110000 | 10001000 | 11100110 | 10111 | 101001 | 0 | 1010 | 100001010 | 1000001 | 1001000 |
Color Harmonies of #B088E6
Complementary color
Monochromatic Colors of #B088E6
Black with #B088E6
Text Example
Text Example
White with #B088E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088E6; }
p { color: rgb(176,136,230); }
H1.HeaderClassName
{
color: #B088E6;
}
.AnyTagClassName
{
color: #B088E6;
}
</style>
background-color css
<style>
a { background-color: #B088E6; }
a { background-color: rgb(176,136,230); }
div.DivClassName
{
background-color: #B088E6;
}
.BgClassName
{
background-color: #B088E6;
}
</style>
border-color css
<style>
span { border-color: #B088E6; }
span { border-color: rgb(176,136,230); }
td.TdClassName
{
border-color: #B088E6;
}
.TagClassName
{
border-color: #B088E6;
}
</style>