#B89BEC

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

Shades of Perfume #B89BEC

Tints of Perfume #B89BEC

Color information

#B89BEC (or 0xB89BEC) is unknown color: approx Perfume. HEX triplet: B8, 9B and EC. RGB value is (184,155,236). Sum of RGB (Red+Green+Blue) = 184+155+236=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #B89BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89BEC is #476413. Grayscale: #ACACAC. Windows color (decimal): -4678676 or 15506360. OLE color: 15506360.

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

Color convert

RGB184155236-
CMYK0.220.3400.07
HSL261.48º68.07%76.67%-
HSV(B)261.48º34.32%92.55%-
XYZ46.6339.6984.56-
YUV172.9163.61135.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=32%
G=26.96%
B=41.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841552360.220.3400.07261.4868.0776.67
HexB89BEC162207105444d
Octal270233354264207405104115
Binary10111000100110111110110010110100010011110000010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BEC; }

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

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

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

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

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

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

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

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