#BB8EE9

Color #BB8EE9 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #BB8EE9

Tints of Biloba Flower #BB8EE9

Color information

#BB8EE9 (or 0xBB8EE9) is unknown color: approx Biloba Flower. HEX triplet: BB, 8E and E9. RGB value is (187,142,233). Sum of RGB (Red+Green+Blue) = 187+142+233=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB8EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EE9 is #447116. Grayscale: #A5A5A5. Windows color (decimal): -4485399 or 15306427. OLE color: 15306427.

HSL color Cylindrical-coordinate representation of color #BB8EE9: hue angle of 269.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8EE9 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187142233-
CMYK0.200.3900.09
HSL269.67º67.41%73.53%-
HSV(B)269.67º39.06%91.37%-
XYZ44.8735.7981.63-
YUV165.83165.91143.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=33.27%
G=25.27%
B=41.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871422330.200.3900.09269.6767.4173.53
HexBB8EE914270910e434a
Octal2732163512447011416103112
Binary101110111000111011101001101001001110100110000111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EE9; }

 p { color: rgb(187,142,233); }

 H1.HeaderClassName
 {
   color: #BB8EE9;
 }
 .AnyTagClassName
 {
   color: #BB8EE9;
 }
</style>
background-color css

<style>
 a { background-color: #BB8EE9; }

 a { background-color: rgb(187,142,233); }

 div.DivClassName
 {
   background-color: #BB8EE9;
 }
 .BgClassName
 {
   background-color: #BB8EE9;
 }
</style>
border-color css

<style>
 span { border-color: #BB8EE9; }

 span { border-color: rgb(187,142,233); }

 td.TdClassName
 {
   border-color: #BB8EE9;
 }
 .TagClassName
 {
   border-color: #BB8EE9;
 }
</style>