Shades of Biloba Flower #B98DEE
Tints of Biloba Flower #B98DEE
RGB
CMYK
RGB Variations
Color information
#B98DEE (or 0xB98DEE) is known color: Biloba Flower. HEX triplet: B9, 8D and EE. RGB value is (185,141,238). Sum of RGB (Red+Green+Blue) = 185+141+238=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #B98DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DEE is #467211. Grayscale: #A4A4A4. Windows color (decimal): -4616722 or 15633849. OLE color: 15633849.
HSL color Cylindrical-coordinate representation of color #B98DEE: hue angle of 267.22º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B98DEE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 141 | 238 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.07 |
| HSL | 267.22º | 0.74% | 0.74% | - |
| HSV(B) | 267.22º | 0.41% | 0.93% | - |
| XYZ | 44.97 | 35.54 | 85.38 | - |
| YUV | 165.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 238 | 0.22 | 0.41 | 0 | 0.07 | 267.22 | 0.74 | 0.74 |
| Hex | B9 | 8D | EE | 16 | 29 | 0 | 7 | 10B | 4A | 4A |
| Octal | 271 | 215 | 356 | 26 | 51 | 0 | 7 | 413 | 112 | 112 |
| Binary | 10111001 | 10001101 | 11101110 | 10110 | 101001 | 0 | 111 | 100001011 | 1001010 | 1001010 |
Color Harmonies of #B98DEE
Complementary color
Monochromatic Colors of #B98DEE
Black with #B98DEE
Text Example
Text Example
White with #B98DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DEE; }
p { color: rgb(185,141,238); }
H1.HeaderClassName
{
color: #B98DEE;
}
.AnyTagClassName
{
color: #B98DEE;
}
</style>
background-color css
<style>
a { background-color: #B98DEE; }
a { background-color: rgb(185,141,238); }
div.DivClassName
{
background-color: #B98DEE;
}
.BgClassName
{
background-color: #B98DEE;
}
</style>
border-color css
<style>
span { border-color: #B98DEE; }
span { border-color: rgb(185,141,238); }
td.TdClassName
{
border-color: #B98DEE;
}
.TagClassName
{
border-color: #B98DEE;
}
</style>