#BAA8CC

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

Shades of Perfume #BAA8CC

Tints of Perfume #BAA8CC

Color information

#BAA8CC (or 0xBAA8CC) is unknown color: approx Perfume. HEX triplet: BA, A8 and CC. RGB value is (186,168,204). Sum of RGB (Red+Green+Blue) = 186+168+204=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8CC is #455733. Grayscale: #B1B1B1. Windows color (decimal): -4544308 or 13412538. OLE color: 13412538.

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

Color convert

RGB186168204-
CMYK0.090.1800.2
HSL270º26.09%72.94%-
HSV(B)270º17.65%80%-
XYZ45.1542.863.01-
YUV177.49142.96134.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 168 (66.02% from 255) = 30.11%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=33.33%
G=30.11%
B=36.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861682040.090.1800.227026.0972.94
HexBAA8CC91201410e1a49
Octal272250314112202441632111
Binary101110101010100011001100100110010010100100001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8CC; }

 p { color: rgb(186,168,204); }

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

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

 a { background-color: rgb(186,168,204); }

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

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

 span { border-color: rgb(186,168,204); }

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