#BB9AED

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

Shades of Perfume #BB9AED

Tints of Perfume #BB9AED

Color information

#BB9AED (or 0xBB9AED) is unknown color: approx Perfume. HEX triplet: BB, 9A and ED. RGB value is (187,154,237). Sum of RGB (Red+Green+Blue) = 187+154+237=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB9AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AED is #446512. Grayscale: #ADADAD. Windows color (decimal): -4482323 or 15571643. OLE color: 15571643.

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

Color convert

RGB187154237-
CMYK0.210.3500.07
HSL263.86º69.75%76.67%-
HSV(B)263.86º35.02%92.94%-
XYZ47.3439.7985.31-
YUV173.33163.93137.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=32.35%
G=26.64%
B=41.00%

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
Decimal1871542370.210.3500.07263.8669.7576.67
HexBB9AED152307108464d
Octal273232355254307410106115
Binary10111011100110101110110110101100011011110000100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9AED; }

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

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

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

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

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

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

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

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