#BB9ADD

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

Shades of Perfume #BB9ADD

Tints of Perfume #BB9ADD

Color information

#BB9ADD (or 0xBB9ADD) is unknown color: approx Perfume. HEX triplet: BB, 9A and DD. RGB value is (187,154,221). Sum of RGB (Red+Green+Blue) = 187+154+221=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ADD is #446522. Grayscale: #ABABAB. Windows color (decimal): -4482339 or 14523067. OLE color: 14523067.

HSL color Cylindrical-coordinate representation of color #BB9ADD: hue angle of 269.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9ADD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187154221-
CMYK0.150.3000.13
HSL269.55º49.63%73.53%-
HSV(B)269.55º30.32%86.67%-
XYZ45.138.973.54-
YUV171.5155.93139.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=33.27%
G=27.40%
B=39.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871542210.150.3000.13269.5549.6373.53
HexBB9ADDF1E0D10e324a
Octal273232335173601541662112
Binary101110111001101011011101111111110011011000011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ADD; }

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

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

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

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

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

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

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

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