#B89DF2

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

Shades of Perfume #B89DF2

Tints of Perfume #B89DF2

Color information

#B89DF2 (or 0xB89DF2) is unknown color: approx Perfume. HEX triplet: B8, 9D and F2. RGB value is (184,157,242). Sum of RGB (Red+Green+Blue) = 184+157+242=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #B89DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89DF2 is #47620D. Grayscale: #AEAEAE. Windows color (decimal): -4678158 or 15900088. OLE color: 15900088.

HSL color Cylindrical-coordinate representation of color #B89DF2: hue angle of 259.06º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B89DF2 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184157242-
CMYK0.240.3500.05
HSL259.06º76.58%78.24%-
HSV(B)259.06º35.12%94.9%-
XYZ47.8540.7289.34-
YUV174.76165.95134.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.56%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 242 (94.92% from 255) = 41.51%
R=31.56%
G=26.93%
B=41.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841572420.240.3500.05259.0676.5878.24
HexB89DF21823051034d4e
Octal270235362304305403115116
Binary10111000100111011111001011000100011010110000001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DF2; }

 p { color: rgb(184,157,242); }

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

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

 a { background-color: rgb(184,157,242); }

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

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

 span { border-color: rgb(184,157,242); }

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