Shades of Biloba Flower #BB8CF2
Tints of Biloba Flower #BB8CF2
RGB
CMYK
RGB Variations
Color information
#BB8CF2 (or 0xBB8CF2) is known color: Biloba Flower. HEX triplet: BB, 8C and F2. RGB value is (187,140,242). Sum of RGB (Red+Green+Blue) = 187+140+242=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB8CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CF2 is #44730D. Grayscale: #A5A5A5. Windows color (decimal): -4485902 or 15895739. OLE color: 15895739.
HSL color Cylindrical-coordinate representation of color #BB8CF2: hue angle of 267.65º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8CF2 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 140 | 242 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.05 |
| HSL | 267.65º | 0.8% | 0.75% | - |
| HSV(B) | 267.65º | 0.42% | 0.95% | - |
| XYZ | 45.9 | 35.73 | 88.48 | - |
| YUV | 165.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 242 | 0.23 | 0.42 | 0 | 0.05 | 267.65 | 0.8 | 0.75 |
| Hex | BB | 8C | F2 | 17 | 2A | 0 | 5 | 10C | 50 | 4B |
| Octal | 273 | 214 | 362 | 27 | 52 | 0 | 5 | 414 | 120 | 113 |
| Binary | 10111011 | 10001100 | 11110010 | 10111 | 101010 | 0 | 101 | 100001100 | 1010000 | 1001011 |
Color Harmonies of #BB8CF2
Complementary color
Monochromatic Colors of #BB8CF2
Black with #BB8CF2
Text Example
Text Example
White with #BB8CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CF2; }
p { color: rgb(187,140,242); }
H1.HeaderClassName
{
color: #BB8CF2;
}
.AnyTagClassName
{
color: #BB8CF2;
}
</style>
background-color css
<style>
a { background-color: #BB8CF2; }
a { background-color: rgb(187,140,242); }
div.DivClassName
{
background-color: #BB8CF2;
}
.BgClassName
{
background-color: #BB8CF2;
}
</style>
border-color css
<style>
span { border-color: #BB8CF2; }
span { border-color: rgb(187,140,242); }
td.TdClassName
{
border-color: #BB8CF2;
}
.TagClassName
{
border-color: #BB8CF2;
}
</style>