#BB91EC

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

Shades of Perfume #BB91EC

Tints of Perfume #BB91EC

Color information

#BB91EC (or 0xBB91EC) is unknown color: approx Perfume. HEX triplet: BB, 91 and EC. RGB value is (187,145,236). Sum of RGB (Red+Green+Blue) = 187+145+236=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB91EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91EC is #446E13. Grayscale: #A7A7A7. Windows color (decimal): -4484628 or 15503803. OLE color: 15503803.

HSL color Cylindrical-coordinate representation of color #BB91EC: hue angle of 267.69º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB91EC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187145236-
CMYK0.210.3900.07
HSL267.69º70.54%74.71%-
HSV(B)267.69º38.56%92.55%-
XYZ45.7636.8784.06-
YUV167.93166.41141.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=32.92%
G=25.53%
B=41.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871452360.210.3900.07267.6970.5474.71
HexBB91EC15270710c474b
Octal273221354254707414107113
Binary10111011100100011110110010101100111011110000110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91EC; }

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

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

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

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

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

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

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

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