#BD9ED9

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

Shades of Perfume #BD9ED9

Tints of Perfume #BD9ED9

Color information

#BD9ED9 (or 0xBD9ED9) is unknown color: approx Perfume. HEX triplet: BD, 9E and D9. RGB value is (189,158,217). Sum of RGB (Red+Green+Blue) = 189+158+217=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD9ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ED9 is #426126. Grayscale: #ADADAD. Windows color (decimal): -4350247 or 14261949. OLE color: 14261949.

HSL color Cylindrical-coordinate representation of color #BD9ED9: hue angle of 271.53º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD9ED9 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189158217-
CMYK0.130.2700.15
HSL271.53º43.7%73.53%-
HSV(B)271.53º27.19%85.1%-
XYZ45.7440.2871.01-
YUV174152.27138.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=33.51%
G=28.01%
B=38.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891582170.130.2700.15271.5343.773.53
HexBD9ED9D1B0F1102c4a
Octal275236331153301742054112
Binary101111011001111011011001110111011011111000100001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ED9; }

 p { color: rgb(189,158,217); }

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

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

 a { background-color: rgb(189,158,217); }

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

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

 span { border-color: rgb(189,158,217); }

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