#BB9ADB

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

Shades of Perfume #BB9ADB

Tints of Perfume #BB9ADB

Color information

#BB9ADB (or 0xBB9ADB) is unknown color: approx Perfume. HEX triplet: BB, 9A and DB. RGB value is (187,154,219). Sum of RGB (Red+Green+Blue) = 187+154+219=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ADB is #446524. Grayscale: #ABABAB. Windows color (decimal): -4482341 or 14391995. OLE color: 14391995.

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

Color convert

RGB187154219-
CMYK0.150.3000.14
HSL270.46º47.45%73.14%-
HSV(B)270.46º29.68%85.88%-
XYZ44.8438.7972.14-
YUV171.28154.93139.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=33.39%
G=27.5%
B=39.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871542190.150.3000.14270.4647.4573.14
HexBB9ADBF1E0E10e2f49
Octal273232333173601641657111
Binary101110111001101011011011111111110011101000011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ADB; }

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

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

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

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

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

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

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

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