Shades of Biloba Flower #B088F6
Tints of Biloba Flower #B088F6
RGB
CMYK
RGB Variations
Color information
#B088F6 (or 0xB088F6) is known color: Biloba Flower. HEX triplet: B0, 88 and F6. RGB value is (176,136,246). Sum of RGB (Red+Green+Blue) = 176+136+246=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #B088F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088F6 is #4F7709. Grayscale: #A0A0A0. Windows color (decimal): -5207818 or 16156848. OLE color: 16156848.
HSL color Cylindrical-coordinate representation of color #B088F6: hue angle of 261.82º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B088F6 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 136 | 246 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.04 |
| HSL | 261.82º | 0.86% | 0.75% | - |
| HSV(B) | 261.82º | 0.45% | 0.96% | - |
| XYZ | 43.34 | 33.49 | 91.37 | - |
| YUV | 160.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 246 | 0.28 | 0.45 | 0 | 0.04 | 261.82 | 0.86 | 0.75 |
| Hex | B0 | 88 | F6 | 1C | 2D | 0 | 4 | 106 | 56 | 4B |
| Octal | 260 | 210 | 366 | 34 | 55 | 0 | 4 | 406 | 126 | 113 |
| Binary | 10110000 | 10001000 | 11110110 | 11100 | 101101 | 0 | 100 | 100000110 | 1010110 | 1001011 |
Color Harmonies of #B088F6
Complementary color
Monochromatic Colors of #B088F6
Black with #B088F6
Text Example
Text Example
White with #B088F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088F6; }
p { color: rgb(176,136,246); }
H1.HeaderClassName
{
color: #B088F6;
}
.AnyTagClassName
{
color: #B088F6;
}
</style>
background-color css
<style>
a { background-color: #B088F6; }
a { background-color: rgb(176,136,246); }
div.DivClassName
{
background-color: #B088F6;
}
.BgClassName
{
background-color: #B088F6;
}
</style>
border-color css
<style>
span { border-color: #B088F6; }
span { border-color: rgb(176,136,246); }
td.TdClassName
{
border-color: #B088F6;
}
.TagClassName
{
border-color: #B088F6;
}
</style>