#B89FE0

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

Shades of Perfume #B89FE0

Tints of Perfume #B89FE0

Color information

#B89FE0 (or 0xB89FE0) is unknown color: approx Perfume. HEX triplet: B8, 9F and E0. RGB value is (184,159,224). Sum of RGB (Red+Green+Blue) = 184+159+224=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #B89FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FE0 is #47601F. Grayscale: #ADADAD. Windows color (decimal): -4677664 or 14720952. OLE color: 14720952.

HSL color Cylindrical-coordinate representation of color #B89FE0: hue angle of 263.08º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89FE0 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184159224-
CMYK0.180.2900.12
HSL263.08º51.18%75.1%-
HSV(B)263.08º29.02%87.84%-
XYZ45.6240.3775.91-
YUV173.88156.28135.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.45%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=32.45%
G=28.04%
B=39.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841592240.180.2900.12263.0851.1875.1
HexB89FE0121D0C107334b
Octal270237340223501440763113
Binary1011100010011111111000001001011101011001000001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FE0; }

 p { color: rgb(184,159,224); }

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

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

 a { background-color: rgb(184,159,224); }

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

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

 span { border-color: rgb(184,159,224); }

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