#BDAACE

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

Shades of Perfume #BDAACE

Tints of Perfume #BDAACE

Color information

#BDAACE (or 0xBDAACE) is unknown color: approx Perfume. HEX triplet: BD, AA and CE. RGB value is (189,170,206). Sum of RGB (Red+Green+Blue) = 189+170+206=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAACE is #425531. Grayscale: #B3B3B3. Windows color (decimal): -4347186 or 13544125. OLE color: 13544125.

HSL color Cylindrical-coordinate representation of color #BDAACE: hue angle of 271.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDAACE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189170206-
CMYK0.080.1700.19
HSL271.67º26.87%73.73%-
HSV(B)271.67º17.48%80.78%-
XYZ46.544.0264.44-
YUV179.78142.79134.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=33.45%
G=30.09%
B=36.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891702060.080.1700.19271.6726.8773.73
HexBDAACE8110131101b4a
Octal275252316102102342033112
Binary101111011010101011001110100010001010011100010000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAACE; }

 p { color: rgb(189,170,206); }

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

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

 a { background-color: rgb(189,170,206); }

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

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

 span { border-color: rgb(189,170,206); }

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