#B89FFC

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

Shades of Perfume #B89FFC

Tints of Perfume #B89FFC

Color information

#B89FFC (or 0xB89FFC) is unknown color: approx Perfume. HEX triplet: B8, 9F and FC. RGB value is (184,159,252). Sum of RGB (Red+Green+Blue) = 184+159+252=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #B89FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89FFC is #476003. Grayscale: #B0B0B0. Windows color (decimal): -4677636 or 16555960. OLE color: 16555960.

HSL color Cylindrical-coordinate representation of color #B89FFC: hue angle of 256.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B89FFC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184159252-
CMYK0.270.3700.01
HSL256.13º93.94%80.59%-
HSV(B)256.13º36.9%98.82%-
XYZ49.7442.0197.58-
YUV177.08170.28132.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.92%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=30.92%
G=26.72%
B=42.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841592520.270.3700.01256.1393.9480.59
HexB89FFC1B25011005e51
Octal270237374334501400136121
Binary101110001001111111111100110111001010110000000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FFC; }

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

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

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

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

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

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

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

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