#B99AE2

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

Shades of Perfume #B99AE2

Tints of Perfume #B99AE2

Color information

#B99AE2 (or 0xB99AE2) is unknown color: approx Perfume. HEX triplet: B9, 9A and E2. RGB value is (185,154,226). Sum of RGB (Red+Green+Blue) = 185+154+226=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #B99AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99AE2 is #46651D. Grayscale: #ABABAB. Windows color (decimal): -4613406 or 14850745. OLE color: 14850745.

HSL color Cylindrical-coordinate representation of color #B99AE2: hue angle of 265.83º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99AE2 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185154226-
CMYK0.180.3200.11
HSL265.83º55.38%74.51%-
HSV(B)265.83º31.86%88.63%-
XYZ45.2938.9277.08-
YUV171.48158.77137.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 226 (88.67% from 255) = 40%
R=32.74%
G=27.26%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851542260.180.3200.11265.8355.3874.51
HexB99AE212200B10a374b
Octal271232342224001341267113
Binary10111001100110101110001010010100000010111000010101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AE2; }

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

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

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

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

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

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

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

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