#BB91ED

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

Shades of Perfume #BB91ED

Tints of Perfume #BB91ED

Color information

#BB91ED (or 0xBB91ED) is unknown color: approx Perfume. HEX triplet: BB, 91 and ED. RGB value is (187,145,237). Sum of RGB (Red+Green+Blue) = 187+145+237=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91ED is #446E12. Grayscale: #A7A7A7. Windows color (decimal): -4484627 or 15569339. OLE color: 15569339.

HSL color Cylindrical-coordinate representation of color #BB91ED: hue angle of 267.39º degrees, saturation: 0.72, 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 #BB91ED is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187145237-
CMYK0.210.3900.07
HSL267.39º71.88%74.9%-
HSV(B)267.39º38.82%92.94%-
XYZ45.936.9384.83-
YUV168.05166.91141.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=32.86%
G=25.48%
B=41.65%

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
Decimal1871452370.210.3900.07267.3971.8874.9
HexBB91ED15270710b484b
Octal273221355254707413110113
Binary10111011100100011110110110101100111011110000101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91ED; }

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

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

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

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

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

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

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

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