#BAA4CD

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

Shades of Perfume #BAA4CD

Tints of Perfume #BAA4CD

Color information

#BAA4CD (or 0xBAA4CD) is unknown color: approx Perfume. HEX triplet: BA, A4 and CD. RGB value is (186,164,205). Sum of RGB (Red+Green+Blue) = 186+164+205=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4CD is #455B32. Grayscale: #AFAFAF. Windows color (decimal): -4545331 or 13477050. OLE color: 13477050.

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

Color convert

RGB186164205-
CMYK0.090.200.20
HSL272.2º29.08%72.35%-
HSV(B)272.2º20%80.39%-
XYZ44.5441.463.4-
YUV175.25144.79135.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=33.51%
G=29.55%
B=36.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861642050.090.200.20272.229.0872.35
HexBAA4CD9140141101d48
Octal272244315112402442035110
Binary101110101010010011001101100110100010100100010000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4CD; }

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

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

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

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

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

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

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

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