#BB9AEC

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

Shades of Perfume #BB9AEC

Tints of Perfume #BB9AEC

Color information

#BB9AEC (or 0xBB9AEC) is unknown color: approx Perfume. HEX triplet: BB, 9A and EC. RGB value is (187,154,236). Sum of RGB (Red+Green+Blue) = 187+154+236=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB9AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AEC is #446513. Grayscale: #ACACAC. Windows color (decimal): -4482324 or 15506107. OLE color: 15506107.

HSL color Cylindrical-coordinate representation of color #BB9AEC: hue angle of 264.15º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9AEC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187154236-
CMYK0.210.3500.07
HSL264.15º68.33%76.47%-
HSV(B)264.15º34.75%92.55%-
XYZ47.1939.7384.54-
YUV173.21163.43137.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=32.41%
G=26.69%
B=40.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871542360.210.3500.07264.1568.3376.47
HexBB9AEC152307108444c
Octal273232354254307410104114
Binary10111011100110101110110010101100011011110000100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9AEC; }

 p { color: rgb(187,154,236); }

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

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

 a { background-color: rgb(187,154,236); }

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

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

 span { border-color: rgb(187,154,236); }

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