#B99AF6

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

Shades of Perfume #B99AF6

Tints of Perfume #B99AF6

Color information

#B99AF6 (or 0xB99AF6) is unknown color: approx Perfume. HEX triplet: B9, 9A and F6. RGB value is (185,154,246). Sum of RGB (Red+Green+Blue) = 185+154+246=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #B99AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AF6 is #466509. Grayscale: #ADADAD. Windows color (decimal): -4613386 or 16161465. OLE color: 16161465.

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

Color convert

RGB185154246-
CMYK0.250.3700.04
HSL260.22º83.64%78.43%-
HSV(B)260.22º37.4%96.47%-
XYZ48.240.0892.38-
YUV173.76168.77136.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.62%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 246 (96.48% from 255) = 42.05%
R=31.62%
G=26.32%
B=42.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851542460.250.3700.04260.2283.6478.43
HexB99AF6192504104544e
Octal271232366314504404124116
Binary10111001100110101111011011001100101010010000010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AF6; }

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

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

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

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

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

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

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

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