#BB9EDB

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

Shades of Perfume #BB9EDB

Tints of Perfume #BB9EDB

Color information

#BB9EDB (or 0xBB9EDB) is unknown color: approx Perfume. HEX triplet: BB, 9E and DB. RGB value is (187,158,219). Sum of RGB (Red+Green+Blue) = 187+158+219=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EDB is #446124. Grayscale: #ADADAD. Windows color (decimal): -4481317 or 14393019. OLE color: 14393019.

HSL color Cylindrical-coordinate representation of color #BB9EDB: hue angle of 268.52º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9EDB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187158219-
CMYK0.150.2800.14
HSL268.52º45.86%73.92%-
HSV(B)268.52º27.85%85.88%-
XYZ45.5140.1372.37-
YUV173.62153.61137.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=33.16%
G=28.01%
B=38.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871582190.150.2800.14268.5245.8673.92
HexBB9EDBF1C0E10d2e4a
Octal273236333173401641556112
Binary101110111001111011011011111111100011101000011011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EDB; }

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

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

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

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

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

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

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

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