#BB91EB

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

Shades of Perfume #BB91EB

Tints of Perfume #BB91EB

Color information

#BB91EB (or 0xBB91EB) is unknown color: approx Perfume. HEX triplet: BB, 91 and EB. RGB value is (187,145,235). Sum of RGB (Red+Green+Blue) = 187+145+235=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB91EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91EB is #446E14. Grayscale: #A7A7A7. Windows color (decimal): -4484629 or 15438267. OLE color: 15438267.

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

Color convert

RGB187145235-
CMYK0.200.3800.08
HSL268º69.23%74.51%-
HSV(B)268º38.3%92.16%-
XYZ45.6136.8183.3-
YUV167.82165.91141.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 145 (57.03% from 255) = 25.57%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=32.98%
G=25.57%
B=41.45%

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
Decimal1871452350.200.3800.0826869.2374.51
HexBB91EB14260810c454b
Octal2732213532446010414105113
Binary101110111001000111101011101001001100100010000110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91EB; }

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

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

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

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

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

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

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

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