#B99FF6

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

Shades of Perfume #B99FF6

Tints of Perfume #B99FF6

Color information

#B99FF6 (or 0xB99FF6) is unknown color: approx Perfume. HEX triplet: B9, 9F and F6. RGB value is (185,159,246). Sum of RGB (Red+Green+Blue) = 185+159+246=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #B99FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FF6 is #466009. Grayscale: #B0B0B0. Windows color (decimal): -4612106 or 16162745. OLE color: 16162745.

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

Color convert

RGB185159246-
CMYK0.250.3500.04
HSL257.93º82.86%79.41%-
HSV(B)257.93º35.37%96.47%-
XYZ49.0441.7692.67-
YUV176.69167.11133.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=31.36%
G=26.95%
B=41.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851592460.250.3500.04257.9382.8679.41
HexB99FF6192304102534f
Octal271237366314304402123117
Binary10111001100111111111011011001100011010010000001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FF6; }

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

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

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

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

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

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

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

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