#B99EEE

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

Shades of Perfume #B99EEE

Tints of Perfume #B99EEE

Color information

#B99EEE (or 0xB99EEE) is unknown color: approx Perfume. HEX triplet: B9, 9E and EE. RGB value is (185,158,238). Sum of RGB (Red+Green+Blue) = 185+158+238=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #B99EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EEE is #466111. Grayscale: #AEAEAE. Windows color (decimal): -4612370 or 15638201. OLE color: 15638201.

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

Color convert

RGB185158238-
CMYK0.220.3400.07
HSL260.25º70.18%77.65%-
HSV(B)260.25º33.61%93.33%-
XYZ47.6740.9486.28-
YUV175.19163.45135-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=31.84%
G=27.19%
B=40.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851582380.220.3400.07260.2570.1877.65
HexB99EEE162207104464e
Octal271236356264207404106116
Binary10111001100111101110111010110100010011110000010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EEE; }

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

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

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

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

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

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

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

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