#BD9ADB

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

Shades of Perfume #BD9ADB

Tints of Perfume #BD9ADB

Color information

#BD9ADB (or 0xBD9ADB) is unknown color: approx Perfume. HEX triplet: BD, 9A and DB. RGB value is (189,154,219). Sum of RGB (Red+Green+Blue) = 189+154+219=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ADB is #426524. Grayscale: #ABABAB. Windows color (decimal): -4351269 or 14391997. OLE color: 14391997.

HSL color Cylindrical-coordinate representation of color #BD9ADB: hue angle of 272.31º 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 #BD9ADB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189154219-
CMYK0.140.3000.14
HSL272.31º47.45%73.14%-
HSV(B)272.31º29.68%85.88%-
XYZ45.3339.0472.17-
YUV171.88154.6140.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=33.63%
G=27.40%
B=38.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891542190.140.3000.14272.3147.4573.14
HexBD9ADBE1E0E1102f49
Octal275232333163601642057111
Binary101111011001101011011011111011110011101000100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ADB; }

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

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

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

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

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

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

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

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