#B99DEC

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

Shades of Perfume #B99DEC

Tints of Perfume #B99DEC

Color information

#B99DEC (or 0xB99DEC) is unknown color: approx Perfume. HEX triplet: B9, 9D and EC. RGB value is (185,157,236). Sum of RGB (Red+Green+Blue) = 185+157+236=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #B99DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DEC is #466213. Grayscale: #AEAEAE. Windows color (decimal): -4612628 or 15506873. OLE color: 15506873.

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

Color convert

RGB185157236-
CMYK0.220.3300.07
HSL261.27º67.52%77.06%-
HSV(B)261.27º33.47%92.55%-
XYZ47.240.4884.68-
YUV174.38162.78135.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 157 (61.72% from 255) = 27.16%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=32.01%
G=27.16%
B=40.83%

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
Decimal1851572360.220.3300.07261.2767.5277.06
HexB99DEC162107105444d
Octal271235354264107405104115
Binary10111001100111011110110010110100001011110000010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DEC; }

 p { color: rgb(185,157,236); }

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

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

 a { background-color: rgb(185,157,236); }

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

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

 span { border-color: rgb(185,157,236); }

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