#BD9CDB

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

Shades of Perfume #BD9CDB

Tints of Perfume #BD9CDB

Color information

#BD9CDB (or 0xBD9CDB) is unknown color: approx Perfume. HEX triplet: BD, 9C and DB. RGB value is (189,156,219). Sum of RGB (Red+Green+Blue) = 189+156+219=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 156 (61.33% from 255 or 27.66% 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 #BD9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CDB is #426324. Grayscale: #ACACAC. Windows color (decimal): -4350757 or 14392509. OLE color: 14392509.

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

Color convert

RGB189156219-
CMYK0.140.2900.14
HSL271.43º46.67%73.53%-
HSV(B)271.43º28.77%85.88%-
XYZ45.6639.7172.28-
YUV173.05153.93139.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=33.51%
G=27.66%
B=38.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891562190.140.2900.14271.4346.6773.53
HexBD9CDBE1D0E10f2f4a
Octal275234333163501641757112
Binary101111011001110011011011111011101011101000011111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CDB; }

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

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

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

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

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

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

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

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