#BD9DE2

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

Shades of Perfume #BD9DE2

Tints of Perfume #BD9DE2

Color information

#BD9DE2 (or 0xBD9DE2) is unknown color: approx Perfume. HEX triplet: BD, 9D and E2. RGB value is (189,157,226). Sum of RGB (Red+Green+Blue) = 189+157+226=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD9DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DE2 is #42621D. Grayscale: #AEAEAE. Windows color (decimal): -4350494 or 14851517. OLE color: 14851517.

HSL color Cylindrical-coordinate representation of color #BD9DE2: hue angle of 267.83º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD9DE2 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189157226-
CMYK0.160.3100.11
HSL267.83º54.33%75.1%-
HSV(B)267.83º30.53%88.63%-
XYZ46.7740.4277.29-
YUV174.43157.1138.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=33.04%
G=27.45%
B=39.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891572260.160.3100.11267.8354.3375.1
HexBD9DE2101F0B10c364b
Octal275235342203701341466113
Binary1011110110011101111000101000011111010111000011001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DE2; }

 p { color: rgb(189,157,226); }

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

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

 a { background-color: rgb(189,157,226); }

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

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

 span { border-color: rgb(189,157,226); }

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