Shades of Biloba Flower #B086F2
Tints of Biloba Flower #B086F2
RGB
CMYK
RGB Variations
Color information
#B086F2 (or 0xB086F2) is known color: Biloba Flower. HEX triplet: B0, 86 and F2. RGB value is (176,134,242). Sum of RGB (Red+Green+Blue) = 176+134+242=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #B086F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B086F2 is #4F790D. Grayscale: #9E9E9E. Windows color (decimal): -5208334 or 15894192. OLE color: 15894192.
HSL color Cylindrical-coordinate representation of color #B086F2: hue angle of 263.33º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B086F2 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 134 | 242 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.05 |
| HSL | 263.33º | 0.81% | 0.74% | - |
| HSV(B) | 263.33º | 0.45% | 0.95% | - |
| XYZ | 42.46 | 32.69 | 88.08 | - |
| YUV | 158.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 242 | 0.27 | 0.45 | 0 | 0.05 | 263.33 | 0.81 | 0.74 |
| Hex | B0 | 86 | F2 | 1B | 2D | 0 | 5 | 107 | 51 | 4A |
| Octal | 260 | 206 | 362 | 33 | 55 | 0 | 5 | 407 | 121 | 112 |
| Binary | 10110000 | 10000110 | 11110010 | 11011 | 101101 | 0 | 101 | 100000111 | 1010001 | 1001010 |
Color Harmonies of #B086F2
Complementary color
Monochromatic Colors of #B086F2
Black with #B086F2
Text Example
Text Example
White with #B086F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B086F2; }
p { color: rgb(176,134,242); }
H1.HeaderClassName
{
color: #B086F2;
}
.AnyTagClassName
{
color: #B086F2;
}
</style>
background-color css
<style>
a { background-color: #B086F2; }
a { background-color: rgb(176,134,242); }
div.DivClassName
{
background-color: #B086F2;
}
.BgClassName
{
background-color: #B086F2;
}
</style>
border-color css
<style>
span { border-color: #B086F2; }
span { border-color: rgb(176,134,242); }
td.TdClassName
{
border-color: #B086F2;
}
.TagClassName
{
border-color: #B086F2;
}
</style>