#B99FCA

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

Shades of Perfume #B99FCA

Tints of Perfume #B99FCA

Color information

#B99FCA (or 0xB99FCA) is unknown color: approx Perfume. HEX triplet: B9, 9F and CA. RGB value is (185,159,202). Sum of RGB (Red+Green+Blue) = 185+159+202=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #B99FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FCA is #466035. Grayscale: #ABABAB. Windows color (decimal): -4612150 or 13279161. OLE color: 13279161.

HSL color Cylindrical-coordinate representation of color #B99FCA: hue angle of 276.28º degrees, saturation: 0.29, 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 #B99FCA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185159202-
CMYK0.080.2100.21
HSL276.28º28.86%70.78%-
HSV(B)276.28º21.29%79.22%-
XYZ43.0739.3761.21-
YUV171.68145.11137.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=33.88%
G=29.12%
B=37.00%

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
Decimal1851592020.080.2100.21276.2828.8670.78
HexB99FCA8150151141d47
Octal271237312102502542435107
Binary101110011001111111001010100010101010101100010100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FCA; }

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

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

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

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

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

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

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

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