#BAA9CD

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

Shades of Perfume #BAA9CD

Tints of Perfume #BAA9CD

Color information

#BAA9CD (or 0xBAA9CD) is unknown color: approx Perfume. HEX triplet: BA, A9 and CD. RGB value is (186,169,205). Sum of RGB (Red+Green+Blue) = 186+169+205=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9CD is #455632. Grayscale: #B2B2B2. Windows color (decimal): -4544051 or 13478330. OLE color: 13478330.

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

Color convert

RGB186169205-
CMYK0.090.1800.20
HSL268.33º26.47%73.33%-
HSV(B)268.33º17.56%80.39%-
XYZ45.4643.2263.7-
YUV178.19143.13133.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=33.21%
G=30.18%
B=36.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861692050.090.1800.20268.3326.4773.33
HexBAA9CD91201410c1a49
Octal272251315112202441432111
Binary101110101010100111001101100110010010100100001100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9CD; }

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

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

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

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

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

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

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

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