#B99FEF

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

Shades of Perfume #B99FEF

Tints of Perfume #B99FEF

Color information

#B99FEF (or 0xB99FEF) is unknown color: approx Perfume. HEX triplet: B9, 9F and EF. RGB value is (185,159,239). Sum of RGB (Red+Green+Blue) = 185+159+239=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #B99FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FEF is #466010. Grayscale: #AFAFAF. Windows color (decimal): -4612113 or 15703993. OLE color: 15703993.

HSL color Cylindrical-coordinate representation of color #B99FEF: hue angle of 259.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99FEF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185159239-
CMYK0.230.3300.06
HSL259.5º71.43%78.04%-
HSV(B)259.5º33.47%93.73%-
XYZ47.9941.3487.11-
YUV175.89163.61134.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=31.73%
G=27.27%
B=40.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851592390.230.3300.06259.571.4378.04
HexB99FEF172106104474e
Octal271237357274106404107116
Binary10111001100111111110111110111100001011010000010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FEF; }

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

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

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

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

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

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

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

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