#BAA7CD

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

Shades of Perfume #BAA7CD

Tints of Perfume #BAA7CD

Color information

#BAA7CD (or 0xBAA7CD) is unknown color: approx Perfume. HEX triplet: BA, A7 and CD. RGB value is (186,167,205). Sum of RGB (Red+Green+Blue) = 186+167+205=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7CD is #455832. Grayscale: #B0B0B0. Windows color (decimal): -4544563 or 13477818. OLE color: 13477818.

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

Color convert

RGB186167205-
CMYK0.090.1900.20
HSL270º27.54%72.94%-
HSV(B)270º18.54%80.39%-
XYZ45.0942.4863.58-
YUV177.01143.79134.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=33.33%
G=29.93%
B=36.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861672050.090.1900.2027027.5472.94
HexBAA7CD91301410e1c49
Octal272247315112302441634111
Binary101110101010011111001101100110011010100100001110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7CD; }

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

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

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

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

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

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

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

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