#BAAACB

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

Shades of Perfume #BAAACB

Tints of Perfume #BAAACB

Color information

#BAAACB (or 0xBAAACB) is unknown color: approx Perfume. HEX triplet: BA, AA and CB. RGB value is (186,170,203). Sum of RGB (Red+Green+Blue) = 186+170+203=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAACB is #455534. Grayscale: #B2B2B2. Windows color (decimal): -4543797 or 13347514. OLE color: 13347514.

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

Color convert

RGB186170203-
CMYK0.080.1600.20
HSL269.09º24.09%73.14%-
HSV(B)269.09º16.26%79.61%-
XYZ45.443.562.5-
YUV178.55141.8133.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=33.27%
G=30.41%
B=36.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861702030.080.1600.20269.0924.0973.14
HexBAAACB81001410d1849
Octal272252313102002441530111
Binary101110101010101011001011100010000010100100001101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAACB; }

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

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

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

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

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

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

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

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