#B99FEE

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

Shades of Perfume #B99FEE

Tints of Perfume #B99FEE

Color information

#B99FEE (or 0xB99FEE) is unknown color: approx Perfume. HEX triplet: B9, 9F and EE. RGB value is (185,159,238). Sum of RGB (Red+Green+Blue) = 185+159+238=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #B99FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FEE is #466011. Grayscale: #AFAFAF. Windows color (decimal): -4612114 or 15638457. OLE color: 15638457.

HSL color Cylindrical-coordinate representation of color #B99FEE: hue angle of 259.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99FEE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185159238-
CMYK0.220.3300.07
HSL259.75º69.91%77.84%-
HSV(B)259.75º33.19%93.33%-
XYZ47.8441.2886.34-
YUV175.78163.11134.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=31.79%
G=27.32%
B=40.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851592380.220.3300.07259.7569.9177.84
HexB99FEE162107104464e
Octal271237356264107404106116
Binary10111001100111111110111010110100001011110000010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FEE; }

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

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

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

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

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

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

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

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