#BAA7C3

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

Shades of Chatelle #BAA7C3

Tints of Chatelle #BAA7C3

Color information

#BAA7C3 (or 0xBAA7C3) is unknown color: approx Chatelle. HEX triplet: BA, A7 and C3. RGB value is (186,167,195). Sum of RGB (Red+Green+Blue) = 186+167+195=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAA7C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7C3 is #45583C. Grayscale: #AFAFAF. Windows color (decimal): -4544573 or 12822458. OLE color: 12822458.

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

Color convert

RGB186167195-
CMYK0.050.1400.24
HSL280.71º18.92%70.98%-
HSV(B)280.71º14.36%76.47%-
XYZ43.9242.0257.43-
YUV175.87138.79135.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=33.94%
G=30.47%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861671950.050.1400.24280.7118.9270.98
HexBAA7C35E0181191347
Octal27224730351603043123107
Binary1011101010100111110000111011110011000100011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7C3; }

 p { color: rgb(186,167,195); }

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

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

 a { background-color: rgb(186,167,195); }

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

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

 span { border-color: rgb(186,167,195); }

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