#BAA6CD

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

Shades of Perfume #BAA6CD

Tints of Perfume #BAA6CD

Color information

#BAA6CD (or 0xBAA6CD) is unknown color: approx Perfume. HEX triplet: BA, A6 and CD. RGB value is (186,166,205). Sum of RGB (Red+Green+Blue) = 186+166+205=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6CD is #455932. Grayscale: #B0B0B0. Windows color (decimal): -4544819 or 13477562. OLE color: 13477562.

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

Color convert

RGB186166205-
CMYK0.090.1900.20
HSL270.77º28.06%72.75%-
HSV(B)270.77º19.02%80.39%-
XYZ44.9142.1263.52-
YUV176.43144.13134.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=33.39%
G=29.80%
B=36.80%

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
Decimal1861662050.090.1900.20270.7728.0672.75
HexBAA6CD91301410f1c49
Octal272246315112302441734111
Binary101110101010011011001101100110011010100100001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6CD; }

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

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

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

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

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

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

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

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