#B99DE1

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

Shades of Perfume #B99DE1

Tints of Perfume #B99DE1

Color information

#B99DE1 (or 0xB99DE1) is unknown color: approx Perfume. HEX triplet: B9, 9D and E1. RGB value is (185,157,225). Sum of RGB (Red+Green+Blue) = 185+157+225=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #B99DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DE1 is #46621E. Grayscale: #ACACAC. Windows color (decimal): -4612639 or 14785977. OLE color: 14785977.

HSL color Cylindrical-coordinate representation of color #B99DE1: hue angle of 264.71º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99DE1 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185157225-
CMYK0.180.3000.12
HSL264.71º53.12%74.9%-
HSV(B)264.71º30.22%88.24%-
XYZ45.6639.8676.52-
YUV173.12157.28136.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=32.63%
G=27.69%
B=39.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851572250.180.3000.12264.7153.1274.9
HexB99DE1121E0C109354b
Octal271235341223601441165113
Binary1011100110011101111000011001011110011001000010011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DE1; }

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

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

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

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

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

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

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

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