#B99ED9

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

Shades of Perfume #B99ED9

Tints of Perfume #B99ED9

Color information

#B99ED9 (or 0xB99ED9) is unknown color: approx Perfume. HEX triplet: B9, 9E and D9. RGB value is (185,158,217). Sum of RGB (Red+Green+Blue) = 185+158+217=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #B99ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ED9 is #466126. Grayscale: #ACACAC. Windows color (decimal): -4612391 or 14261945. OLE color: 14261945.

HSL color Cylindrical-coordinate representation of color #B99ED9: hue angle of 267.46º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B99ED9 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185158217-
CMYK0.150.2700.15
HSL267.46º43.7%73.53%-
HSV(B)267.46º27.19%85.1%-
XYZ44.7639.7870.96-
YUV172.8152.95136.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=33.04%
G=28.21%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851582170.150.2700.15267.4643.773.53
HexB99ED9F1B0F10b2c4a
Octal271236331173301741354112
Binary101110011001111011011001111111011011111000010111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ED9; }

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

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

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

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

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

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

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

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