Shades of Biloba Flower #BB90E6
Tints of Biloba Flower #BB90E6
RGB
CMYK
RGB Variations
Color information
#BB90E6 (or 0xBB90E6) is known color: Biloba Flower. HEX triplet: BB, 90 and E6. RGB value is (187,144,230). Sum of RGB (Red+Green+Blue) = 187+144+230=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB90E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90E6 is #446F19. Grayscale: #A6A6A6. Windows color (decimal): -4484890 or 15110331. OLE color: 15110331.
HSL color Cylindrical-coordinate representation of color #BB90E6: hue angle of 270º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB90E6 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 144 | 230 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.10 |
| HSL | 270º | 0.63% | 0.73% | - |
| HSV(B) | 270º | 0.37% | 0.9% | - |
| XYZ | 44.75 | 36.22 | 79.5 | - |
| YUV | 166.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 230 | 0.19 | 0.37 | 0 | 0.10 | 270 | 0.63 | 0.73 |
| Hex | BB | 90 | E6 | 13 | 25 | 0 | A | 10E | 3F | 49 |
| Octal | 273 | 220 | 346 | 23 | 45 | 0 | 12 | 416 | 77 | 111 |
| Binary | 10111011 | 10010000 | 11100110 | 10011 | 100101 | 0 | 1010 | 100001110 | 111111 | 1001001 |
Color Harmonies of #BB90E6
Complementary color
Monochromatic Colors of #BB90E6
Black with #BB90E6
Text Example
Text Example
White with #BB90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90E6; }
p { color: rgb(187,144,230); }
H1.HeaderClassName
{
color: #BB90E6;
}
.AnyTagClassName
{
color: #BB90E6;
}
</style>
background-color css
<style>
a { background-color: #BB90E6; }
a { background-color: rgb(187,144,230); }
div.DivClassName
{
background-color: #BB90E6;
}
.BgClassName
{
background-color: #BB90E6;
}
</style>
border-color css
<style>
span { border-color: #BB90E6; }
span { border-color: rgb(187,144,230); }
td.TdClassName
{
border-color: #BB90E6;
}
.TagClassName
{
border-color: #BB90E6;
}
</style>