Shades of Biloba Flower #B988F2
Tints of Biloba Flower #B988F2
RGB
CMYK
RGB Variations
Color information
#B988F2 (or 0xB988F2) is known color: Biloba Flower. HEX triplet: B9, 88 and F2. RGB value is (185,136,242). Sum of RGB (Red+Green+Blue) = 185+136+242=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #B988F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B988F2 is #46770D. Grayscale: #A2A2A2. Windows color (decimal): -4617998 or 15894713. OLE color: 15894713.
HSL color Cylindrical-coordinate representation of color #B988F2: hue angle of 267.74º 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 #B988F2 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 136 | 242 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.05 |
| HSL | 267.74º | 0.8% | 0.74% | - |
| HSV(B) | 267.74º | 0.44% | 0.95% | - |
| XYZ | 44.84 | 34.33 | 88.27 | - |
| YUV | 162.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 242 | 0.24 | 0.44 | 0 | 0.05 | 267.74 | 0.8 | 0.74 |
| Hex | B9 | 88 | F2 | 18 | 2C | 0 | 5 | 10C | 50 | 4A |
| Octal | 271 | 210 | 362 | 30 | 54 | 0 | 5 | 414 | 120 | 112 |
| Binary | 10111001 | 10001000 | 11110010 | 11000 | 101100 | 0 | 101 | 100001100 | 1010000 | 1001010 |
Color Harmonies of #B988F2
Complementary color
Monochromatic Colors of #B988F2
Black with #B988F2
Text Example
Text Example
White with #B988F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988F2; }
p { color: rgb(185,136,242); }
H1.HeaderClassName
{
color: #B988F2;
}
.AnyTagClassName
{
color: #B988F2;
}
</style>
background-color css
<style>
a { background-color: #B988F2; }
a { background-color: rgb(185,136,242); }
div.DivClassName
{
background-color: #B988F2;
}
.BgClassName
{
background-color: #B988F2;
}
</style>
border-color css
<style>
span { border-color: #B988F2; }
span { border-color: rgb(185,136,242); }
td.TdClassName
{
border-color: #B988F2;
}
.TagClassName
{
border-color: #B988F2;
}
</style>