#B89AFF

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

Shades of Perfume #B89AFF

Tints of Perfume #B89AFF

Color information

#B89AFF (or 0xB89AFF) is unknown color: approx Perfume. HEX triplet: B8, 9A and FF. RGB value is (184,154,255). Sum of RGB (Red+Green+Blue) = 184+154+255=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #B89AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89AFF is #476500. Grayscale: #AEAEAE. Windows color (decimal): -4678913 or 16751288. OLE color: 16751288.

HSL color Cylindrical-coordinate representation of color #B89AFF: hue angle of 257.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B89AFF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184154255-
CMYK0.280.4000
HSL257.82º100%80.2%-
HSV(B)257.82º39.61%100%-
XYZ49.3740.5299.83-
YUV174.48173.44134.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 255 (100% from 255) = 43.00%
R=31.03%
G=25.97%
B=43.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841542550.280.4000257.8210080.2
HexB89AFF1C28001026450
Octal270232377345000402144120
Binary101110001001101011111111111001010000010000001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89AFF; }

 p { color: rgb(184,154,255); }

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

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

 a { background-color: rgb(184,154,255); }

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

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

 span { border-color: rgb(184,154,255); }

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