#B99DFA

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

Shades of Perfume #B99DFA

Tints of Perfume #B99DFA

Color information

#B99DFA (or 0xB99DFA) is unknown color: approx Perfume. HEX triplet: B9, 9D and FA. RGB value is (185,157,250). Sum of RGB (Red+Green+Blue) = 185+157+250=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #B99DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DFA is #466205. Grayscale: #AFAFAF. Windows color (decimal): -4612614 or 16424377. OLE color: 16424377.

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

Color convert

RGB185157250-
CMYK0.260.3700.02
HSL258.06º90.29%79.8%-
HSV(B)258.06º37.2%98.04%-
XYZ49.3241.3395.82-
YUV175.97169.78134.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=31.25%
G=26.52%
B=42.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851572500.260.3700.02258.0690.2979.8
HexB99DFA1A25021025a50
Octal271235372324502402132120
Binary1011100110011101111110101101010010101010000001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DFA; }

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

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

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

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

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

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

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

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