#B99DCC

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

Shades of Perfume #B99DCC

Tints of Perfume #B99DCC

Color information

#B99DCC (or 0xB99DCC) is unknown color: approx Perfume. HEX triplet: B9, 9D and CC. RGB value is (185,157,204). Sum of RGB (Red+Green+Blue) = 185+157+204=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #B99DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DCC is #466233. Grayscale: #AAAAAA. Windows color (decimal): -4612660 or 13409721. OLE color: 13409721.

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

Color convert

RGB185157204-
CMYK0.090.2300.2
HSL275.74º31.54%70.78%-
HSV(B)275.74º23.04%80%-
XYZ42.9638.7962.35-
YUV170.73146.78138.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=33.88%
G=28.75%
B=37.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851572040.090.2300.2275.7431.5470.78
HexB99DCC9170141142047
Octal271235314112702442440107
Binary1011100110011101110011001001101110101001000101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DCC; }

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

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

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

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

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

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

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

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