#B89CF5

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

Shades of Perfume #B89CF5

Tints of Perfume #B89CF5

Color information

#B89CF5 (or 0xB89CF5) is unknown color: approx Perfume. HEX triplet: B8, 9C and F5. RGB value is (184,156,245). Sum of RGB (Red+Green+Blue) = 184+156+245=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #B89CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89CF5 is #47630A. Grayscale: #AEAEAE. Windows color (decimal): -4678411 or 16096440. OLE color: 16096440.

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

Color convert

RGB184156245-
CMYK0.250.3600.04
HSL258.88º81.65%78.63%-
HSV(B)258.88º36.33%96.08%-
XYZ48.1440.5691.68-
YUV174.52167.78134.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.45%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 245 (96.09% from 255) = 41.88%
R=31.45%
G=26.67%
B=41.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841562450.250.3600.04258.8881.6578.63
HexB89CF5192404103524f
Octal270234365314404403122117
Binary10111000100111001111010111001100100010010000001110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CF5; }

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

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

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

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

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

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

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

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