#B99ECB

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

Shades of Perfume #B99ECB

Tints of Perfume #B99ECB

Color information

#B99ECB (or 0xB99ECB) is unknown color: approx Perfume. HEX triplet: B9, 9E and CB. RGB value is (185,158,203). Sum of RGB (Red+Green+Blue) = 185+158+203=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #B99ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ECB is #466134. Grayscale: #ABABAB. Windows color (decimal): -4612405 or 13344441. OLE color: 13344441.

HSL color Cylindrical-coordinate representation of color #B99ECB: hue angle of 276º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99ECB is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185158203-
CMYK0.090.2200.20
HSL276º30.2%70.78%-
HSV(B)276º22.17%79.61%-
XYZ43.0139.0861.78-
YUV171.2145.95137.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=33.88%
G=28.94%
B=37.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851582030.090.2200.2027630.270.78
HexB99ECB9160141141e47
Octal271236313112602442436107
Binary101110011001111011001011100110110010100100010100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99ECB; }

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

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

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

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

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

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

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

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