#B99DEB

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

Shades of Perfume #B99DEB

Tints of Perfume #B99DEB

Color information

#B99DEB (or 0xB99DEB) is unknown color: approx Perfume. HEX triplet: B9, 9D and EB. RGB value is (185,157,235). Sum of RGB (Red+Green+Blue) = 185+157+235=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #B99DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DEB is #466214. Grayscale: #ADADAD. Windows color (decimal): -4612629 or 15441337. OLE color: 15441337.

HSL color Cylindrical-coordinate representation of color #B99DEB: hue angle of 261.54º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99DEB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185157235-
CMYK0.210.3300.08
HSL261.54º66.1%76.86%-
HSV(B)261.54º33.19%92.16%-
XYZ47.0640.4383.92-
YUV174.26162.28135.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 157 (61.72% from 255) = 27.21%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=32.06%
G=27.21%
B=40.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851572350.210.3300.08261.5466.176.86
HexB99DEB152108106424d
Octal2712353532541010406102115
Binary101110011001110111101011101011000010100010000011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DEB; }

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

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

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

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

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

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

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

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