#BB9BE9

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

Shades of Perfume #BB9BE9

Tints of Perfume #BB9BE9

Color information

#BB9BE9 (or 0xBB9BE9) is unknown color: approx Perfume. HEX triplet: BB, 9B and E9. RGB value is (187,155,233). Sum of RGB (Red+Green+Blue) = 187+155+233=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB9BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BE9 is #446416. Grayscale: #ADADAD. Windows color (decimal): -4482071 or 15309755. OLE color: 15309755.

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

Color convert

RGB187155233-
CMYK0.200.3300.09
HSL264.62º63.93%76.08%-
HSV(B)264.62º33.48%91.37%-
XYZ46.9239.8982.32-
YUV173.46161.6137.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 233 (91.41% from 255) = 40.52%
R=32.52%
G=26.96%
B=40.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871552330.200.3300.09264.6263.9376.08
HexBB9BE9142109109404c
Octal2732333512441011411100114
Binary101110111001101111101001101001000010100110000100110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BE9; }

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

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

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

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

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

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

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

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