Shades of Biloba Flower #B088DC
Tints of Biloba Flower #B088DC
RGB
CMYK
RGB Variations
Color information
#B088DC (or 0xB088DC) is known color: Biloba Flower. HEX triplet: B0, 88 and DC. RGB value is (176,136,220). Sum of RGB (Red+Green+Blue) = 176+136+220=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #B088DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088DC is #4F7723. Grayscale: #9D9D9D. Windows color (decimal): -5207844 or 14452912. OLE color: 14452912.
HSL color Cylindrical-coordinate representation of color #B088DC: hue angle of 268.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B088DC is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 136 | 220 | - |
| CMYK | 0.2 | 0.38 | 0 | 0.14 |
| HSL | 268.57º | 0.55% | 0.7% | - |
| HSV(B) | 268.57º | 0.38% | 0.86% | - |
| XYZ | 39.63 | 32.01 | 71.8 | - |
| YUV | 157.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 220 | 0.2 | 0.38 | 0 | 0.14 | 268.57 | 0.55 | 0.7 |
| Hex | B0 | 88 | DC | 14 | 26 | 0 | E | 10D | 37 | 46 |
| Octal | 260 | 210 | 334 | 24 | 46 | 0 | 16 | 415 | 67 | 106 |
| Binary | 10110000 | 10001000 | 11011100 | 10100 | 100110 | 0 | 1110 | 100001101 | 110111 | 1000110 |
Color Harmonies of #B088DC
Complementary color
Monochromatic Colors of #B088DC
Black with #B088DC
Text Example
Text Example
White with #B088DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088DC; }
p { color: rgb(176,136,220); }
H1.HeaderClassName
{
color: #B088DC;
}
.AnyTagClassName
{
color: #B088DC;
}
</style>
background-color css
<style>
a { background-color: #B088DC; }
a { background-color: rgb(176,136,220); }
div.DivClassName
{
background-color: #B088DC;
}
.BgClassName
{
background-color: #B088DC;
}
</style>
border-color css
<style>
span { border-color: #B088DC; }
span { border-color: rgb(176,136,220); }
td.TdClassName
{
border-color: #B088DC;
}
.TagClassName
{
border-color: #B088DC;
}
</style>