#BAA3CD

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

Shades of Perfume #BAA3CD

Tints of Perfume #BAA3CD

Color information

#BAA3CD (or 0xBAA3CD) is unknown color: approx Perfume. HEX triplet: BA, A3 and CD. RGB value is (186,163,205). Sum of RGB (Red+Green+Blue) = 186+163+205=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3CD is #455C32. Grayscale: #AEAEAE. Windows color (decimal): -4545587 or 13476794. OLE color: 13476794.

HSL color Cylindrical-coordinate representation of color #BAA3CD: hue angle of 272.86º degrees, saturation: 0.3, 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 #BAA3CD is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186163205-
CMYK0.090.2000.20
HSL272.86º29.58%72.16%-
HSV(B)272.86º20.49%80.39%-
XYZ44.3741.0463.34-
YUV174.66145.12136.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 163 (64.06% from 255) = 29.42%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=33.57%
G=29.42%
B=37.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861632050.090.2000.20272.8629.5872.16
HexBAA3CD9140141111e48
Octal272243315112402442136110
Binary101110101010001111001101100110100010100100010001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3CD; }

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

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

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

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

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

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

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

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