Shades of Biloba Flower #B088D3
Tints of Biloba Flower #B088D3
RGB
CMYK
RGB Variations
Color information
#B088D3 (or 0xB088D3) is known color: Biloba Flower. HEX triplet: B0, 88 and D3. RGB value is (176,136,211). Sum of RGB (Red+Green+Blue) = 176+136+211=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #B088D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088D3 is #4F772C. Grayscale: #9C9C9C. Windows color (decimal): -5207853 or 13863088. OLE color: 13863088.
HSL color Cylindrical-coordinate representation of color #B088D3: hue angle of 272º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B088D3 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 136 | 211 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.17 |
| HSL | 272º | 0.46% | 0.68% | - |
| HSV(B) | 272º | 0.36% | 0.83% | - |
| XYZ | 38.47 | 31.54 | 65.69 | - |
| YUV | 156.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 211 | 0.17 | 0.36 | 0 | 0.17 | 272 | 0.46 | 0.68 |
| Hex | B0 | 88 | D3 | 11 | 24 | 0 | 11 | 110 | 2E | 44 |
| Octal | 260 | 210 | 323 | 21 | 44 | 0 | 21 | 420 | 56 | 104 |
| Binary | 10110000 | 10001000 | 11010011 | 10001 | 100100 | 0 | 10001 | 100010000 | 101110 | 1000100 |
Color Harmonies of #B088D3
Complementary color
Monochromatic Colors of #B088D3
Black with #B088D3
Text Example
Text Example
White with #B088D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088D3; }
p { color: rgb(176,136,211); }
H1.HeaderClassName
{
color: #B088D3;
}
.AnyTagClassName
{
color: #B088D3;
}
</style>
background-color css
<style>
a { background-color: #B088D3; }
a { background-color: rgb(176,136,211); }
div.DivClassName
{
background-color: #B088D3;
}
.BgClassName
{
background-color: #B088D3;
}
</style>
border-color css
<style>
span { border-color: #B088D3; }
span { border-color: rgb(176,136,211); }
td.TdClassName
{
border-color: #B088D3;
}
.TagClassName
{
border-color: #B088D3;
}
</style>