#BAA2CD

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

Shades of Perfume #BAA2CD

Tints of Perfume #BAA2CD

Color information

#BAA2CD (or 0xBAA2CD) is unknown color: approx Perfume. HEX triplet: BA, A2 and CD. RGB value is (186,162,205). Sum of RGB (Red+Green+Blue) = 186+162+205=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2CD is #455D32. Grayscale: #ADADAD. Windows color (decimal): -4545843 or 13476538. OLE color: 13476538.

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

Color convert

RGB186162205-
CMYK0.090.2100.20
HSL273.49º30.07%71.96%-
HSV(B)273.49º20.98%80.39%-
XYZ44.1940.6963.28-
YUV174.08145.45136.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=33.63%
G=29.29%
B=37.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861622050.090.2100.20273.4930.0771.96
HexBAA2CD9150141111e48
Octal272242315112502442136110
Binary101110101010001011001101100110101010100100010001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2CD; }

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

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

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

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

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

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

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

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