#BB9FE9

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

Shades of Perfume #BB9FE9

Tints of Perfume #BB9FE9

Color information

#BB9FE9 (or 0xBB9FE9) is unknown color: approx Perfume. HEX triplet: BB, 9F and E9. RGB value is (187,159,233). Sum of RGB (Red+Green+Blue) = 187+159+233=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FE9 is #446016. Grayscale: #AFAFAF. Windows color (decimal): -4481047 or 15310779. OLE color: 15310779.

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

Color convert

RGB187159233-
CMYK0.200.3200.09
HSL262.7º62.71%76.86%-
HSV(B)262.7º31.76%91.37%-
XYZ47.641.2482.54-
YUV175.81160.28135.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=32.30%
G=27.46%
B=40.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871592330.200.3200.09262.762.7176.86
HexBB9FE91420091073f4d
Octal273237351244001140777115
Binary10111011100111111110100110100100000010011000001111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FE9; }

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

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

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

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

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

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

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

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