Shades of Biloba Flower #B088F2
Tints of Biloba Flower #B088F2
RGB
CMYK
RGB Variations
Color information
#B088F2 (or 0xB088F2) is known color: Biloba Flower. HEX triplet: B0, 88 and F2. RGB value is (176,136,242). Sum of RGB (Red+Green+Blue) = 176+136+242=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #B088F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088F2 is #4F770D. Grayscale: #9F9F9F. Windows color (decimal): -5207822 or 15894704. OLE color: 15894704.
HSL color Cylindrical-coordinate representation of color #B088F2: hue angle of 262.64º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B088F2 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 136 | 242 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.05 |
| HSL | 262.64º | 0.8% | 0.74% | - |
| HSV(B) | 262.64º | 0.44% | 0.95% | - |
| XYZ | 42.74 | 33.25 | 88.17 | - |
| YUV | 160.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 242 | 0.27 | 0.44 | 0 | 0.05 | 262.64 | 0.8 | 0.74 |
| Hex | B0 | 88 | F2 | 1B | 2C | 0 | 5 | 107 | 50 | 4A |
| Octal | 260 | 210 | 362 | 33 | 54 | 0 | 5 | 407 | 120 | 112 |
| Binary | 10110000 | 10001000 | 11110010 | 11011 | 101100 | 0 | 101 | 100000111 | 1010000 | 1001010 |
Color Harmonies of #B088F2
Complementary color
Monochromatic Colors of #B088F2
Black with #B088F2
Text Example
Text Example
White with #B088F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088F2; }
p { color: rgb(176,136,242); }
H1.HeaderClassName
{
color: #B088F2;
}
.AnyTagClassName
{
color: #B088F2;
}
</style>
background-color css
<style>
a { background-color: #B088F2; }
a { background-color: rgb(176,136,242); }
div.DivClassName
{
background-color: #B088F2;
}
.BgClassName
{
background-color: #B088F2;
}
</style>
border-color css
<style>
span { border-color: #B088F2; }
span { border-color: rgb(176,136,242); }
td.TdClassName
{
border-color: #B088F2;
}
.TagClassName
{
border-color: #B088F2;
}
</style>