Shades of Biloba Flower #BB8FEB
Tints of Biloba Flower #BB8FEB
RGB
CMYK
RGB Variations
Color information
#BB8FEB (or 0xBB8FEB) is known color: Biloba Flower. HEX triplet: BB, 8F and EB. RGB value is (187,143,235). Sum of RGB (Red+Green+Blue) = 187+143+235=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB8FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FEB is #447014. Grayscale: #A6A6A6. Windows color (decimal): -4485141 or 15437755. OLE color: 15437755.
HSL color Cylindrical-coordinate representation of color #BB8FEB: hue angle of 268.7º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8FEB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 143 | 235 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.08 |
| HSL | 268.7º | 0.7% | 0.74% | - |
| HSV(B) | 268.7º | 0.39% | 0.92% | - |
| XYZ | 45.31 | 36.21 | 83.2 | - |
| YUV | 166.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 235 | 0.20 | 0.39 | 0 | 0.08 | 268.7 | 0.7 | 0.74 |
| Hex | BB | 8F | EB | 14 | 27 | 0 | 8 | 10D | 46 | 4A |
| Octal | 273 | 217 | 353 | 24 | 47 | 0 | 10 | 415 | 106 | 112 |
| Binary | 10111011 | 10001111 | 11101011 | 10100 | 100111 | 0 | 1000 | 100001101 | 1000110 | 1001010 |
Color Harmonies of #BB8FEB
Complementary color
Monochromatic Colors of #BB8FEB
Black with #BB8FEB
Text Example
Text Example
White with #BB8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FEB; }
p { color: rgb(187,143,235); }
H1.HeaderClassName
{
color: #BB8FEB;
}
.AnyTagClassName
{
color: #BB8FEB;
}
</style>
background-color css
<style>
a { background-color: #BB8FEB; }
a { background-color: rgb(187,143,235); }
div.DivClassName
{
background-color: #BB8FEB;
}
.BgClassName
{
background-color: #BB8FEB;
}
</style>
border-color css
<style>
span { border-color: #BB8FEB; }
span { border-color: rgb(187,143,235); }
td.TdClassName
{
border-color: #BB8FEB;
}
.TagClassName
{
border-color: #BB8FEB;
}
</style>