#BB9BDB

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

Shades of Perfume #BB9BDB

Tints of Perfume #BB9BDB

Color information

#BB9BDB (or 0xBB9BDB) is unknown color: approx Perfume. HEX triplet: BB, 9B and DB. RGB value is (187,155,219). Sum of RGB (Red+Green+Blue) = 187+155+219=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BDB is #446424. Grayscale: #ABABAB. Windows color (decimal): -4482085 or 14392251. OLE color: 14392251.

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

Color convert

RGB187155219-
CMYK0.150.2900.14
HSL270º47.06%73.33%-
HSV(B)270º29.22%85.88%-
XYZ4539.1272.2-
YUV171.86154.6138.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=33.33%
G=27.63%
B=39.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871552190.150.2900.1427047.0673.33
HexBB9BDBF1D0E10e2f49
Octal273233333173501641657111
Binary101110111001101111011011111111101011101000011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BDB; }

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

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

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

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

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

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

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

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