Shades of Biloba Flower #BB8DEE
Tints of Biloba Flower #BB8DEE
RGB
CMYK
RGB Variations
Color information
#BB8DEE (or 0xBB8DEE) is known color: Biloba Flower. HEX triplet: BB, 8D and EE. RGB value is (187,141,238). Sum of RGB (Red+Green+Blue) = 187+141+238=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DEE is #447211. Grayscale: #A5A5A5. Windows color (decimal): -4485650 or 15633851. OLE color: 15633851.
HSL color Cylindrical-coordinate representation of color #BB8DEE: hue angle of 268.45º 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 #BB8DEE is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 141 | 238 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.07 |
| HSL | 268.45º | 0.74% | 0.74% | - |
| HSV(B) | 268.45º | 0.41% | 0.93% | - |
| XYZ | 45.45 | 35.79 | 85.4 | - |
| YUV | 165.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 238 | 0.21 | 0.41 | 0 | 0.07 | 268.45 | 0.74 | 0.74 |
| Hex | BB | 8D | EE | 15 | 29 | 0 | 7 | 10C | 4A | 4A |
| Octal | 273 | 215 | 356 | 25 | 51 | 0 | 7 | 414 | 112 | 112 |
| Binary | 10111011 | 10001101 | 11101110 | 10101 | 101001 | 0 | 111 | 100001100 | 1001010 | 1001010 |
Color Harmonies of #BB8DEE
Complementary color
Monochromatic Colors of #BB8DEE
Black with #BB8DEE
Text Example
Text Example
White with #BB8DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DEE; }
p { color: rgb(187,141,238); }
H1.HeaderClassName
{
color: #BB8DEE;
}
.AnyTagClassName
{
color: #BB8DEE;
}
</style>
background-color css
<style>
a { background-color: #BB8DEE; }
a { background-color: rgb(187,141,238); }
div.DivClassName
{
background-color: #BB8DEE;
}
.BgClassName
{
background-color: #BB8DEE;
}
</style>
border-color css
<style>
span { border-color: #BB8DEE; }
span { border-color: rgb(187,141,238); }
td.TdClassName
{
border-color: #BB8DEE;
}
.TagClassName
{
border-color: #BB8DEE;
}
</style>