Shades of Biloba Flower #B988E3
Tints of Biloba Flower #B988E3
RGB
CMYK
RGB Variations
Color information
#B988E3 (or 0xB988E3) is known color: Biloba Flower. HEX triplet: B9, 88 and E3. RGB value is (185,136,227). Sum of RGB (Red+Green+Blue) = 185+136+227=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #B988E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988E3 is #46771C. Grayscale: #A0A0A0. Windows color (decimal): -4618013 or 14911673. OLE color: 14911673.
HSL color Cylindrical-coordinate representation of color #B988E3: hue angle of 272.31º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B988E3 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 136 | 227 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.11 |
| HSL | 272.31º | 0.62% | 0.71% | - |
| HSV(B) | 272.31º | 0.4% | 0.89% | - |
| XYZ | 42.68 | 33.47 | 76.88 | - |
| YUV | 161.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 227 | 0.19 | 0.40 | 0 | 0.11 | 272.31 | 0.62 | 0.71 |
| Hex | B9 | 88 | E3 | 13 | 28 | 0 | B | 110 | 3E | 47 |
| Octal | 271 | 210 | 343 | 23 | 50 | 0 | 13 | 420 | 76 | 107 |
| Binary | 10111001 | 10001000 | 11100011 | 10011 | 101000 | 0 | 1011 | 100010000 | 111110 | 1000111 |
Color Harmonies of #B988E3
Complementary color
Monochromatic Colors of #B988E3
Black with #B988E3
Text Example
Text Example
White with #B988E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988E3; }
p { color: rgb(185,136,227); }
H1.HeaderClassName
{
color: #B988E3;
}
.AnyTagClassName
{
color: #B988E3;
}
</style>
background-color css
<style>
a { background-color: #B988E3; }
a { background-color: rgb(185,136,227); }
div.DivClassName
{
background-color: #B988E3;
}
.BgClassName
{
background-color: #B988E3;
}
</style>
border-color css
<style>
span { border-color: #B988E3; }
span { border-color: rgb(185,136,227); }
td.TdClassName
{
border-color: #B988E3;
}
.TagClassName
{
border-color: #B988E3;
}
</style>