#B89FFE

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

Shades of Perfume #B89FFE

Tints of Perfume #B89FFE

Color information

#B89FFE (or 0xB89FFE) is unknown color: approx Perfume. HEX triplet: B8, 9F and FE. RGB value is (184,159,254). Sum of RGB (Red+Green+Blue) = 184+159+254=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #B89FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89FFE is #476001. Grayscale: #B0B0B0. Windows color (decimal): -4677634 or 16687032. OLE color: 16687032.

HSL color Cylindrical-coordinate representation of color #B89FFE: hue angle of 255.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B89FFE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184159254-
CMYK0.280.3700.00
HSL255.79º97.94%80.98%-
HSV(B)255.79º37.4%99.61%-
XYZ50.0542.1499.26-
YUV177.3171.28132.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.82%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=30.82%
G=26.63%
B=42.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841592540.280.3700.00255.7997.9480.98
HexB89FFE1C25001006251
Octal270237376344500400142121
Binary101110001001111111111110111001001010010000000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FFE; }

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

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

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

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

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

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

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

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