#B89BF5

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

Shades of Perfume #B89BF5

Tints of Perfume #B89BF5

Color information

#B89BF5 (or 0xB89BF5) is unknown color: approx Perfume. HEX triplet: B8, 9B and F5. RGB value is (184,155,245). Sum of RGB (Red+Green+Blue) = 184+155+245=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #B89BF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89BF5 is #47640A. Grayscale: #ADADAD. Windows color (decimal): -4678667 or 16096184. OLE color: 16096184.

HSL color Cylindrical-coordinate representation of color #B89BF5: hue angle of 259.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B89BF5 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184155245-
CMYK0.250.3700.04
HSL259.33º81.82%78.43%-
HSV(B)259.33º36.73%96.08%-
XYZ47.9740.2391.62-
YUV173.93168.11135.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.51%
GREEN value IS 155 (60.94% from 255) = 26.54%
BLUE value IS 245 (96.09% from 255) = 41.95%
R=31.51%
G=26.54%
B=41.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841552450.250.3700.04259.3381.8278.43
HexB89BF5192504103524e
Octal270233365314504403122116
Binary10111000100110111111010111001100101010010000001110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BF5; }

 p { color: rgb(184,155,245); }

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

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

 a { background-color: rgb(184,155,245); }

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

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

 span { border-color: rgb(184,155,245); }

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