#B99FEA

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

Shades of Perfume #B99FEA

Tints of Perfume #B99FEA

Color information

#B99FEA (or 0xB99FEA) is unknown color: approx Perfume. HEX triplet: B9, 9F and EA. RGB value is (185,159,234). Sum of RGB (Red+Green+Blue) = 185+159+234=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #B99FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FEA is #466015. Grayscale: #AFAFAF. Windows color (decimal): -4612118 or 15376313. OLE color: 15376313.

HSL color Cylindrical-coordinate representation of color #B99FEA: hue angle of 260.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99FEA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185159234-
CMYK0.210.3200.08
HSL260.8º64.1%77.06%-
HSV(B)260.8º32.05%91.76%-
XYZ47.2641.0583.27-
YUV175.32161.11134.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=32.01%
G=27.51%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851592340.210.3200.08260.864.177.06
HexB99FEA152008105404d
Octal2712373522540010405100115
Binary101110011001111111101010101011000000100010000010110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FEA; }

 p { color: rgb(185,159,234); }

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

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

 a { background-color: rgb(185,159,234); }

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

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

 span { border-color: rgb(185,159,234); }

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