#B89BF6

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

Shades of Perfume #B89BF6

Tints of Perfume #B89BF6

Color information

#B89BF6 (or 0xB89BF6) is unknown color: approx Perfume. HEX triplet: B8, 9B and F6. RGB value is (184,155,246). Sum of RGB (Red+Green+Blue) = 184+155+246=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #B89BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89BF6 is #476409. Grayscale: #ADADAD. Windows color (decimal): -4678666 or 16161720. OLE color: 16161720.

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

Color convert

RGB184155246-
CMYK0.250.3700.04
HSL259.12º83.49%78.63%-
HSV(B)259.12º36.99%96.47%-
XYZ48.1240.2992.43-
YUV174.04168.61135.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.45%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 246 (96.48% from 255) = 42.05%
R=31.45%
G=26.50%
B=42.05%

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
Decimal1841552460.250.3700.04259.1283.4978.63
HexB89BF6192504103534f
Octal270233366314504403123117
Binary10111000100110111111011011001100101010010000001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BF6; }

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

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

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

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

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

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

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

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