#B99FEB

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

Shades of Perfume #B99FEB

Tints of Perfume #B99FEB

Color information

#B99FEB (or 0xB99FEB) is unknown color: approx Perfume. HEX triplet: B9, 9F and EB. RGB value is (185,159,235). Sum of RGB (Red+Green+Blue) = 185+159+235=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #B99FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FEB is #466014. Grayscale: #AFAFAF. Windows color (decimal): -4612117 or 15441849. OLE color: 15441849.

HSL color Cylindrical-coordinate representation of color #B99FEB: hue angle of 260.53º degrees, saturation: 0.66, 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 #B99FEB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185159235-
CMYK0.210.3200.08
HSL260.53º65.52%77.25%-
HSV(B)260.53º32.34%92.16%-
XYZ47.441.1184.03-
YUV175.44161.61134.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=31.95%
G=27.46%
B=40.59%

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
Decimal1851592350.210.3200.08260.5365.5277.25
HexB99FEB152008105424d
Octal2712373532540010405102115
Binary101110011001111111101011101011000000100010000010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FEB; }

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

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

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

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

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

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

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

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