#B99AEA

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

Shades of Perfume #B99AEA

Tints of Perfume #B99AEA

Color information

#B99AEA (or 0xB99AEA) is unknown color: approx Perfume. HEX triplet: B9, 9A and EA. RGB value is (185,154,234). Sum of RGB (Red+Green+Blue) = 185+154+234=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #B99AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AEA is #466515. Grayscale: #ACACAC. Windows color (decimal): -4613398 or 15375033. OLE color: 15375033.

HSL color Cylindrical-coordinate representation of color #B99AEA: hue angle of 263.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99AEA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185154234-
CMYK0.210.3400.08
HSL263.25º65.57%76.08%-
HSV(B)263.25º34.19%91.76%-
XYZ46.4139.3782.99-
YUV172.39162.77137-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=32.29%
G=26.88%
B=40.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851542340.210.3400.08263.2565.5776.08
HexB99AEA152208107424c
Octal2712323522542010407102114
Binary101110011001101011101010101011000100100010000011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AEA; }

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

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

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

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

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

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

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

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