Shades of Biloba Flower #B988DA
Tints of Biloba Flower #B988DA
RGB
CMYK
RGB Variations
Color information
#B988DA (or 0xB988DA) is known color: Biloba Flower. HEX triplet: B9, 88 and DA. RGB value is (185,136,218). Sum of RGB (Red+Green+Blue) = 185+136+218=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #B988DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988DA is #467725. Grayscale: #9F9F9F. Windows color (decimal): -4618022 or 14321849. OLE color: 14321849.
HSL color Cylindrical-coordinate representation of color #B988DA: hue angle of 275.85º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B988DA is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 136 | 218 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.15 |
| HSL | 275.85º | 0.53% | 0.69% | - |
| HSV(B) | 275.85º | 0.38% | 0.85% | - |
| XYZ | 41.47 | 32.98 | 70.51 | - |
| YUV | 160 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 218 | 0.15 | 0.38 | 0 | 0.15 | 275.85 | 0.53 | 0.69 |
| Hex | B9 | 88 | DA | F | 26 | 0 | F | 114 | 35 | 45 |
| Octal | 271 | 210 | 332 | 17 | 46 | 0 | 17 | 424 | 65 | 105 |
| Binary | 10111001 | 10001000 | 11011010 | 1111 | 100110 | 0 | 1111 | 100010100 | 110101 | 1000101 |
Color Harmonies of #B988DA
Complementary color
Monochromatic Colors of #B988DA
Black with #B988DA
Text Example
Text Example
White with #B988DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988DA; }
p { color: rgb(185,136,218); }
H1.HeaderClassName
{
color: #B988DA;
}
.AnyTagClassName
{
color: #B988DA;
}
</style>
background-color css
<style>
a { background-color: #B988DA; }
a { background-color: rgb(185,136,218); }
div.DivClassName
{
background-color: #B988DA;
}
.BgClassName
{
background-color: #B988DA;
}
</style>
border-color css
<style>
span { border-color: #B988DA; }
span { border-color: rgb(185,136,218); }
td.TdClassName
{
border-color: #B988DA;
}
.TagClassName
{
border-color: #B988DA;
}
</style>