#B99FFA

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

Shades of Perfume #B99FFA

Tints of Perfume #B99FFA

Color information

#B99FFA (or 0xB99FFA) is unknown color: approx Perfume. HEX triplet: B9, 9F and FA. RGB value is (185,159,250). Sum of RGB (Red+Green+Blue) = 185+159+250=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #B99FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FFA is #466005. Grayscale: #B0B0B0. Windows color (decimal): -4612102 or 16424889. OLE color: 16424889.

HSL color Cylindrical-coordinate representation of color #B99FFA: hue angle of 257.14º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99FFA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185159250-
CMYK0.260.3600.02
HSL257.14º90.1%80.2%-
HSV(B)257.14º36.4%98.04%-
XYZ49.6642.0195.93-
YUV177.15169.11133.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.14%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=31.14%
G=26.77%
B=42.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851592500.260.3600.02257.1490.180.2
HexB99FFA1A24021015a50
Octal271237372324402401132120
Binary1011100110011111111110101101010010001010000000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FFA; }

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

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

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

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

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

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

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

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