#BAA6C3

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

Shades of Chatelle #BAA6C3

Tints of Chatelle #BAA6C3

Color information

#BAA6C3 (or 0xBAA6C3) is unknown color: approx Chatelle. HEX triplet: BA, A6 and C3. RGB value is (186,166,195). Sum of RGB (Red+Green+Blue) = 186+166+195=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6C3 is #45593C. Grayscale: #AFAFAF. Windows color (decimal): -4544829 or 12822202. OLE color: 12822202.

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

Color convert

RGB186166195-
CMYK0.050.1500.24
HSL281.38º19.46%70.78%-
HSV(B)281.38º14.87%76.47%-
XYZ43.7441.6557.36-
YUV175.29139.13135.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 195 (76.56% from 255) = 35.65%
R=34.00%
G=30.35%
B=35.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861661950.050.1500.24281.3819.4670.78
HexBAA6C35F0181191347
Octal27224630351703043123107
Binary1011101010100110110000111011111011000100011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6C3; }

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

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

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

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

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

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

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

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