Shades of Biloba Flower #BB8EED
Tints of Biloba Flower #BB8EED
RGB
CMYK
RGB Variations
Color information
#BB8EED (or 0xBB8EED) is known color: Biloba Flower. HEX triplet: BB, 8E and ED. RGB value is (187,142,237). Sum of RGB (Red+Green+Blue) = 187+142+237=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EED is #447112. Grayscale: #A5A5A5. Windows color (decimal): -4485395 or 15568571. OLE color: 15568571.
HSL color Cylindrical-coordinate representation of color #BB8EED: hue angle of 268.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8EED is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 142 | 237 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.07 |
| HSL | 268.42º | 0.73% | 0.74% | - |
| HSV(B) | 268.42º | 0.4% | 0.93% | - |
| XYZ | 45.45 | 36.03 | 84.68 | - |
| YUV | 166.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 237 | 0.21 | 0.40 | 0 | 0.07 | 268.42 | 0.73 | 0.74 |
| Hex | BB | 8E | ED | 15 | 28 | 0 | 7 | 10C | 49 | 4A |
| Octal | 273 | 216 | 355 | 25 | 50 | 0 | 7 | 414 | 111 | 112 |
| Binary | 10111011 | 10001110 | 11101101 | 10101 | 101000 | 0 | 111 | 100001100 | 1001001 | 1001010 |
Color Harmonies of #BB8EED
Complementary color
Monochromatic Colors of #BB8EED
Black with #BB8EED
Text Example
Text Example
White with #BB8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EED; }
p { color: rgb(187,142,237); }
H1.HeaderClassName
{
color: #BB8EED;
}
.AnyTagClassName
{
color: #BB8EED;
}
</style>
background-color css
<style>
a { background-color: #BB8EED; }
a { background-color: rgb(187,142,237); }
div.DivClassName
{
background-color: #BB8EED;
}
.BgClassName
{
background-color: #BB8EED;
}
</style>
border-color css
<style>
span { border-color: #BB8EED; }
span { border-color: rgb(187,142,237); }
td.TdClassName
{
border-color: #BB8EED;
}
.TagClassName
{
border-color: #BB8EED;
}
</style>