#B99DF6

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

Shades of Perfume #B99DF6

Tints of Perfume #B99DF6

Color information

#B99DF6 (or 0xB99DF6) is unknown color: approx Perfume. HEX triplet: B9, 9D and F6. RGB value is (185,157,246). Sum of RGB (Red+Green+Blue) = 185+157+246=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #B99DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DF6 is #466209. Grayscale: #AFAFAF. Windows color (decimal): -4612618 or 16162233. OLE color: 16162233.

HSL color Cylindrical-coordinate representation of color #B99DF6: hue angle of 258.88º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99DF6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185157246-
CMYK0.250.3600.04
HSL258.88º83.18%79.02%-
HSV(B)258.88º36.18%96.47%-
XYZ48.741.0892.55-
YUV175.52167.78134.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 246 (96.48% from 255) = 41.84%
R=31.46%
G=26.70%
B=41.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851572460.250.3600.04258.8883.1879.02
HexB99DF6192404103534f
Octal271235366314404403123117
Binary10111001100111011111011011001100100010010000001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DF6; }

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

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

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

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

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

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

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

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