#BAA6CB

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

Shades of Perfume #BAA6CB

Tints of Perfume #BAA6CB

Color information

#BAA6CB (or 0xBAA6CB) is unknown color: approx Perfume. HEX triplet: BA, A6 and CB. RGB value is (186,166,203). Sum of RGB (Red+Green+Blue) = 186+166+203=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6CB is #455934. Grayscale: #B0B0B0. Windows color (decimal): -4544821 or 13346490. OLE color: 13346490.

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

Color convert

RGB186166203-
CMYK0.080.1800.20
HSL272.43º26.24%72.35%-
HSV(B)272.43º18.23%79.61%-
XYZ44.6742.0262.26-
YUV176.2143.13134.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=33.51%
G=29.91%
B=36.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861662030.080.1800.20272.4326.2472.35
HexBAA6CB8120141101a48
Octal272246313102202442032110
Binary101110101010011011001011100010010010100100010000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6CB; }

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

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

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

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

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

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

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

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