#BDA7E0

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

Shades of Perfume #BDA7E0

Tints of Perfume #BDA7E0

Color information

#BDA7E0 (or 0xBDA7E0) is unknown color: approx Perfume. HEX triplet: BD, A7 and E0. RGB value is (189,167,224). Sum of RGB (Red+Green+Blue) = 189+167+224=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDA7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7E0 is #42581F. Grayscale: #B3B3B3. Windows color (decimal): -4347936 or 14723005. OLE color: 14723005.

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

Color convert

RGB189167224-
CMYK0.160.2500.12
HSL263.16º47.9%76.67%-
HSV(B)263.16º25.45%87.84%-
XYZ48.2643.8476.44-
YUV180.08152.79134.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 167 (65.62% from 255) = 28.79%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=32.59%
G=28.79%
B=38.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891672240.160.2500.12263.1647.976.67
HexBDA7E010190C107304d
Octal275247340203101440760115
Binary1011110110100111111000001000011001011001000001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA7E0; }

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

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

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

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

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

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

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

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