#B89FED

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

Shades of Perfume #B89FED

Tints of Perfume #B89FED

Color information

#B89FED (or 0xB89FED) is unknown color: approx Perfume. HEX triplet: B8, 9F and ED. RGB value is (184,159,237). Sum of RGB (Red+Green+Blue) = 184+159+237=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #B89FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89FED is #476012. Grayscale: #AFAFAF. Windows color (decimal): -4677651 or 15572920. OLE color: 15572920.

HSL color Cylindrical-coordinate representation of color #B89FED: hue angle of 259.23º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B89FED is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184159237-
CMYK0.220.3300.07
HSL259.23º68.42%77.65%-
HSV(B)259.23º32.91%92.94%-
XYZ47.4541.185.55-
YUV175.37162.78134.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.72%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=31.72%
G=27.41%
B=40.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841592370.220.3300.07259.2368.4277.65
HexB89FED162107103444e
Octal270237355264107403104116
Binary10111000100111111110110110110100001011110000001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FED; }

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

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

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

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

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

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

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

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