#B99AFF

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

Shades of Perfume #B99AFF

Tints of Perfume #B99AFF

Color information

#B99AFF (or 0xB99AFF) is unknown color: approx Perfume. HEX triplet: B9, 9A and FF. RGB value is (185,154,255). Sum of RGB (Red+Green+Blue) = 185+154+255=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AFF is #466500. Grayscale: #AEAEAE. Windows color (decimal): -4613377 or 16751289. OLE color: 16751289.

HSL color Cylindrical-coordinate representation of color #B99AFF: hue angle of 258.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B99AFF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185154255-
CMYK0.270.4000
HSL258.42º100%80.2%-
HSV(B)258.42º39.61%100%-
XYZ49.6140.6599.84-
YUV174.78173.27135.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.14%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 255 (100% from 255) = 42.93%
R=31.14%
G=25.93%
B=42.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851542550.270.4000258.4210080.2
HexB99AFF1B28001026450
Octal271232377335000402144120
Binary101110011001101011111111110111010000010000001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AFF; }

 p { color: rgb(185,154,255); }

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

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

 a { background-color: rgb(185,154,255); }

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

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

 span { border-color: rgb(185,154,255); }

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