#BAA4CB

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

Shades of Perfume #BAA4CB

Tints of Perfume #BAA4CB

Color information

#BAA4CB (or 0xBAA4CB) is unknown color: approx Perfume. HEX triplet: BA, A4 and CB. RGB value is (186,164,203). Sum of RGB (Red+Green+Blue) = 186+164+203=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAA4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4CB is #455B34. Grayscale: #AEAEAE. Windows color (decimal): -4545333 or 13345978. OLE color: 13345978.

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

Color convert

RGB186164203-
CMYK0.080.1900.20
HSL273.85º27.27%71.96%-
HSV(B)273.85º19.21%79.61%-
XYZ44.341.362.14-
YUV175.02143.79135.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=33.63%
G=29.66%
B=36.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861642030.080.1900.20273.8527.2771.96
HexBAA4CB8130141121b48
Octal272244313102302442233110
Binary101110101010010011001011100010011010100100010010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4CB; }

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

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

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

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

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

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

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

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