#B999F6

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

Shades of Perfume #B999F6

Tints of Perfume #B999F6

Color information

#B999F6 (or 0xB999F6) is unknown color: approx Perfume. HEX triplet: B9, 99 and F6. RGB value is (185,153,246). Sum of RGB (Red+Green+Blue) = 185+153+246=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #B999F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999F6 is #466609. Grayscale: #ACACAC. Windows color (decimal): -4613642 or 16161209. OLE color: 16161209.

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

Color convert

RGB185153246-
CMYK0.250.3800.04
HSL260.65º83.78%78.24%-
HSV(B)260.65º37.8%96.47%-
XYZ48.0339.7592.33-
YUV173.17169.1136.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 153 (60.16% from 255) = 26.20%
BLUE value IS 246 (96.48% from 255) = 42.12%
R=31.68%
G=26.20%
B=42.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851532460.250.3800.04260.6583.7878.24
HexB999F6192604105544e
Octal271231366314604405124116
Binary10111001100110011111011011001100110010010000010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999F6; }

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

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

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

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

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

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

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

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