#BAA1C6

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

Shades of Chatelle #BAA1C6

Tints of Chatelle #BAA1C6

Color information

#BAA1C6 (or 0xBAA1C6) is unknown color: approx Chatelle. HEX triplet: BA, A1 and C6. RGB value is (186,161,198). Sum of RGB (Red+Green+Blue) = 186+161+198=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1C6 is #455E39. Grayscale: #ACACAC. Windows color (decimal): -4546106 or 13017530. OLE color: 13017530.

HSL color Cylindrical-coordinate representation of color #BAA1C6: hue angle of 280.54º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAA1C6 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186161198-
CMYK0.060.1900.22
HSL280.54º24.5%70.39%-
HSV(B)280.54º18.69%77.65%-
XYZ43.1940.0158.87-
YUV172.69142.28137.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=34.13%
G=29.54%
B=36.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861611980.060.1900.22280.5424.570.39
HexBAA1C66130161191946
Octal27224130662302643131106
Binary10111010101000011100011011010011010110100011001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1C6; }

 p { color: rgb(186,161,198); }

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

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

 a { background-color: rgb(186,161,198); }

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

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

 span { border-color: rgb(186,161,198); }

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