#BAACC1

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

Shades of Chatelle #BAACC1

Tints of Chatelle #BAACC1

Color information

#BAACC1 (or 0xBAACC1) is unknown color: approx Chatelle. HEX triplet: BA, AC and C1. RGB value is (186,172,193). Sum of RGB (Red+Green+Blue) = 186+172+193=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC1 is #45533E. Grayscale: #B2B2B2. Windows color (decimal): -4543295 or 12692666. OLE color: 12692666.

HSL color Cylindrical-coordinate representation of color #BAACC1: hue angle of 280º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAACC1 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186172193-
CMYK0.040.1100.24
HSL280º14.48%71.57%-
HSV(B)280º10.88%75.69%-
XYZ44.6343.7956.55-
YUV178.58136.14133.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=33.76%
G=31.22%
B=35.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861721930.040.1100.2428014.4871.57
HexBAACC14B018118e48
Octal27225430141303043016110
Binary101110101010110011000001100101101100010001100011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACC1; }

 p { color: rgb(186,172,193); }

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

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

 a { background-color: rgb(186,172,193); }

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

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

 span { border-color: rgb(186,172,193); }

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