Shades of Biloba Flower #BB8CEF
Tints of Biloba Flower #BB8CEF
RGB
CMYK
RGB Variations
Color information
#BB8CEF (or 0xBB8CEF) is known color: Biloba Flower. HEX triplet: BB, 8C and EF. RGB value is (187,140,239). Sum of RGB (Red+Green+Blue) = 187+140+239=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CEF is #447310. Grayscale: #A4A4A4. Windows color (decimal): -4485905 or 15699131. OLE color: 15699131.
HSL color Cylindrical-coordinate representation of color #BB8CEF: hue angle of 268.48º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB8CEF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 140 | 239 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.06 |
| HSL | 268.48º | 0.76% | 0.74% | - |
| HSV(B) | 268.48º | 0.41% | 0.94% | - |
| XYZ | 45.45 | 35.55 | 86.13 | - |
| YUV | 165.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 239 | 0.22 | 0.41 | 0 | 0.06 | 268.48 | 0.76 | 0.74 |
| Hex | BB | 8C | EF | 16 | 29 | 0 | 6 | 10C | 4C | 4A |
| Octal | 273 | 214 | 357 | 26 | 51 | 0 | 6 | 414 | 114 | 112 |
| Binary | 10111011 | 10001100 | 11101111 | 10110 | 101001 | 0 | 110 | 100001100 | 1001100 | 1001010 |
Color Harmonies of #BB8CEF
Complementary color
Monochromatic Colors of #BB8CEF
Black with #BB8CEF
Text Example
Text Example
White with #BB8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CEF; }
p { color: rgb(187,140,239); }
H1.HeaderClassName
{
color: #BB8CEF;
}
.AnyTagClassName
{
color: #BB8CEF;
}
</style>
background-color css
<style>
a { background-color: #BB8CEF; }
a { background-color: rgb(187,140,239); }
div.DivClassName
{
background-color: #BB8CEF;
}
.BgClassName
{
background-color: #BB8CEF;
}
</style>
border-color css
<style>
span { border-color: #BB8CEF; }
span { border-color: rgb(187,140,239); }
td.TdClassName
{
border-color: #BB8CEF;
}
.TagClassName
{
border-color: #BB8CEF;
}
</style>