#BB9ED7

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

Shades of Perfume #BB9ED7

Tints of Perfume #BB9ED7

Color information

#BB9ED7 (or 0xBB9ED7) is unknown color: approx Perfume. HEX triplet: BB, 9E and D7. RGB value is (187,158,215). Sum of RGB (Red+Green+Blue) = 187+158+215=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB9ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ED7 is #446128. Grayscale: #ACACAC. Windows color (decimal): -4481321 or 14130875. OLE color: 14130875.

HSL color Cylindrical-coordinate representation of color #BB9ED7: hue angle of 270.53º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9ED7 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187158215-
CMYK0.130.2700.16
HSL270.53º41.61%73.14%-
HSV(B)270.53º26.51%84.31%-
XYZ44.9939.9269.63-
YUV173.17151.61137.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 215 (84.38% from 255) = 38.39%
R=33.39%
G=28.21%
B=38.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871582150.130.2700.16270.5341.6173.14
HexBB9ED7D1B01010f2a49
Octal273236327153302041752111
Binary1011101110011110110101111101110110100001000011111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ED7; }

 p { color: rgb(187,158,215); }

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

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

 a { background-color: rgb(187,158,215); }

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

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

 span { border-color: rgb(187,158,215); }

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