#BB91EA

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

Shades of Perfume #BB91EA

Tints of Perfume #BB91EA

Color information

#BB91EA (or 0xBB91EA) is unknown color: approx Perfume. HEX triplet: BB, 91 and EA. RGB value is (187,145,234). Sum of RGB (Red+Green+Blue) = 187+145+234=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB91EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91EA is #446E15. Grayscale: #A7A7A7. Windows color (decimal): -4484630 or 15372731. OLE color: 15372731.

HSL color Cylindrical-coordinate representation of color #BB91EA: hue angle of 268.31º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB91EA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187145234-
CMYK0.200.3800.08
HSL268.31º67.94%74.31%-
HSV(B)268.31º38.03%91.76%-
XYZ45.4736.7682.54-
YUV167.7165.41141.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=33.04%
G=25.62%
B=41.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871452340.200.3800.08268.3167.9474.31
HexBB91EA14260810c444a
Octal2732213522446010414104112
Binary101110111001000111101010101001001100100010000110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91EA; }

 p { color: rgb(187,145,234); }

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

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

 a { background-color: rgb(187,145,234); }

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

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

 span { border-color: rgb(187,145,234); }

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