#BAA0CD

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

Shades of Perfume #BAA0CD

Tints of Perfume #BAA0CD

Color information

#BAA0CD (or 0xBAA0CD) is unknown color: approx Perfume. HEX triplet: BA, A0 and CD. RGB value is (186,160,205). Sum of RGB (Red+Green+Blue) = 186+160+205=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0CD is #455F32. Grayscale: #ACACAC. Windows color (decimal): -4546355 or 13476026. OLE color: 13476026.

HSL color Cylindrical-coordinate representation of color #BAA0CD: hue angle of 274.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA0CD is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186160205-
CMYK0.090.2200.20
HSL274.67º31.03%71.57%-
HSV(B)274.67º21.95%80.39%-
XYZ43.8439.9963.17-
YUV172.9146.11137.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=33.76%
G=29.04%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861602050.090.2200.20274.6731.0371.57
HexBAA0CD9160141131f48
Octal272240315112602442337110
Binary101110101010000011001101100110110010100100010011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0CD; }

 p { color: rgb(186,160,205); }

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

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

 a { background-color: rgb(186,160,205); }

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

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

 span { border-color: rgb(186,160,205); }

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