Shades of Biloba Flower #BB8CED
Tints of Biloba Flower #BB8CED
RGB
CMYK
RGB Variations
Color information
#BB8CED (or 0xBB8CED) is known color: Biloba Flower. HEX triplet: BB, 8C and ED. RGB value is (187,140,237). Sum of RGB (Red+Green+Blue) = 187+140+237=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CED is #447312. Grayscale: #A4A4A4. Windows color (decimal): -4485907 or 15568059. OLE color: 15568059.
HSL color Cylindrical-coordinate representation of color #BB8CED: hue angle of 269.07º degrees, saturation: 0.73, 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 #BB8CED is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 140 | 237 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.07 |
| HSL | 269.07º | 0.73% | 0.74% | - |
| HSV(B) | 269.07º | 0.41% | 0.93% | - |
| XYZ | 45.16 | 35.44 | 84.58 | - |
| YUV | 165.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 237 | 0.21 | 0.41 | 0 | 0.07 | 269.07 | 0.73 | 0.74 |
| Hex | BB | 8C | ED | 15 | 29 | 0 | 7 | 10D | 49 | 4A |
| Octal | 273 | 214 | 355 | 25 | 51 | 0 | 7 | 415 | 111 | 112 |
| Binary | 10111011 | 10001100 | 11101101 | 10101 | 101001 | 0 | 111 | 100001101 | 1001001 | 1001010 |
Color Harmonies of #BB8CED
Complementary color
Monochromatic Colors of #BB8CED
Black with #BB8CED
Text Example
Text Example
White with #BB8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CED; }
p { color: rgb(187,140,237); }
H1.HeaderClassName
{
color: #BB8CED;
}
.AnyTagClassName
{
color: #BB8CED;
}
</style>
background-color css
<style>
a { background-color: #BB8CED; }
a { background-color: rgb(187,140,237); }
div.DivClassName
{
background-color: #BB8CED;
}
.BgClassName
{
background-color: #BB8CED;
}
</style>
border-color css
<style>
span { border-color: #BB8CED; }
span { border-color: rgb(187,140,237); }
td.TdClassName
{
border-color: #BB8CED;
}
.TagClassName
{
border-color: #BB8CED;
}
</style>