#BB9EDD

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

Shades of Perfume #BB9EDD

Tints of Perfume #BB9EDD

Color information

#BB9EDD (or 0xBB9EDD) is unknown color: approx Perfume. HEX triplet: BB, 9E and DD. RGB value is (187,158,221). Sum of RGB (Red+Green+Blue) = 187+158+221=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EDD is #446122. Grayscale: #ADADAD. Windows color (decimal): -4481315 or 14524091. OLE color: 14524091.

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

Color convert

RGB187158221-
CMYK0.150.2900.13
HSL267.62º48.09%74.31%-
HSV(B)267.62º28.51%86.67%-
XYZ45.7740.2473.76-
YUV173.85154.61137.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=33.04%
G=27.92%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871582210.150.2900.13267.6248.0974.31
HexBB9EDDF1D0D10c304a
Octal273236335173501541460112
Binary101110111001111011011101111111101011011000011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EDD; }

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

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

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

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

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

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

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

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