#BDA0E0

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

Shades of Perfume #BDA0E0

Tints of Perfume #BDA0E0

Color information

#BDA0E0 (or 0xBDA0E0) is unknown color: approx Perfume. HEX triplet: BD, A0 and E0. RGB value is (189,160,224). Sum of RGB (Red+Green+Blue) = 189+160+224=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0E0 is #425F1F. Grayscale: #AFAFAF. Windows color (decimal): -4349728 or 14721213. OLE color: 14721213.

HSL color Cylindrical-coordinate representation of color #BDA0E0: hue angle of 267.19º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA0E0 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189160224-
CMYK0.160.2900.12
HSL267.19º50.79%75.29%-
HSV(B)267.19º28.57%87.84%-
XYZ47.0141.3476.02-
YUV175.97155.11137.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 160 (62.89% from 255) = 27.92%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=32.98%
G=27.92%
B=39.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891602240.160.2900.12267.1950.7975.29
HexBDA0E0101D0C10b334b
Octal275240340203501441363113
Binary1011110110100000111000001000011101011001000010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0E0; }

 p { color: rgb(189,160,224); }

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

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

 a { background-color: rgb(189,160,224); }

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

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

 span { border-color: rgb(189,160,224); }

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