#BB9ED8

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

Shades of Perfume #BB9ED8

Tints of Perfume #BB9ED8

Color information

#BB9ED8 (or 0xBB9ED8) is unknown color: approx Perfume. HEX triplet: BB, 9E and D8. RGB value is (187,158,216). Sum of RGB (Red+Green+Blue) = 187+158+216=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ED8 is #446127. Grayscale: #ADADAD. Windows color (decimal): -4481320 or 14196411. OLE color: 14196411.

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

Color convert

RGB187158216-
CMYK0.130.2700.15
HSL270º42.65%73.33%-
HSV(B)270º26.85%84.71%-
XYZ45.1239.9870.3-
YUV173.28152.11137.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=33.33%
G=28.16%
B=38.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871582160.130.2700.1527042.6573.33
HexBB9ED8D1B0F10e2b49
Octal273236330153301741653111
Binary101110111001111011011000110111011011111000011101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ED8; }

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

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

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

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

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

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

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

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