#B99EF6

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

Shades of Perfume #B99EF6

Tints of Perfume #B99EF6

Color information

#B99EF6 (or 0xB99EF6) is unknown color: approx Perfume. HEX triplet: B9, 9E and F6. RGB value is (185,158,246). Sum of RGB (Red+Green+Blue) = 185+158+246=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #B99EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EF6 is #466109. Grayscale: #AFAFAF. Windows color (decimal): -4612362 or 16162489. OLE color: 16162489.

HSL color Cylindrical-coordinate representation of color #B99EF6: hue angle of 258.41º 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 #B99EF6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185158246-
CMYK0.250.3600.04
HSL258.41º83.02%79.22%-
HSV(B)258.41º35.77%96.47%-
XYZ48.8741.4292.61-
YUV176.1167.45134.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 246 (96.48% from 255) = 41.77%
R=31.41%
G=26.83%
B=41.77%

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
Decimal1851582460.250.3600.04258.4183.0279.22
HexB99EF6192404102534f
Octal271236366314404402123117
Binary10111001100111101111011011001100100010010000001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EF6; }

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

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

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

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

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

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

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

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