#B99FC9

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

Shades of Perfume #B99FC9

Tints of Perfume #B99FC9

Color information

#B99FC9 (or 0xB99FC9) is unknown color: approx Perfume. HEX triplet: B9, 9F and C9. RGB value is (185,159,201). Sum of RGB (Red+Green+Blue) = 185+159+201=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #B99FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FC9 is #466036. Grayscale: #ABABAB. Windows color (decimal): -4612151 or 13213625. OLE color: 13213625.

HSL color Cylindrical-coordinate representation of color #B99FC9: hue angle of 277.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B99FC9 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185159201-
CMYK0.080.2100.21
HSL277.14º28%70.59%-
HSV(B)277.14º20.9%78.82%-
XYZ42.9539.3360.59-
YUV171.56144.61137.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 201 (78.91% from 255) = 36.88%
R=33.94%
G=29.17%
B=36.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851592010.080.2100.21277.142870.59
HexB99FC98150151151c47
Octal271237311102502542534107
Binary101110011001111111001001100010101010101100010101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FC9; }

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

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

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

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

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

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

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

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