#B99FCC

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

Shades of Perfume #B99FCC

Tints of Perfume #B99FCC

Color information

#B99FCC (or 0xB99FCC) is unknown color: approx Perfume. HEX triplet: B9, 9F and CC. RGB value is (185,159,204). Sum of RGB (Red+Green+Blue) = 185+159+204=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #B99FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FCC is #466033. Grayscale: #ABABAB. Windows color (decimal): -4612148 or 13410233. OLE color: 13410233.

HSL color Cylindrical-coordinate representation of color #B99FCC: hue angle of 274.67º degrees, saturation: 0.31, 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 #B99FCC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185159204-
CMYK0.090.2200.2
HSL274.67º30.61%71.18%-
HSV(B)274.67º22.06%80%-
XYZ43.339.4762.46-
YUV171.9146.11137.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.76%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=33.76%
G=29.01%
B=37.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851592040.090.2200.2274.6730.6171.18
HexB99FCC9160141131f47
Octal271237314112602442337107
Binary101110011001111111001100100110110010100100010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FCC; }

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

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

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

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

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

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

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

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