#BAA1C4

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

Shades of Chatelle #BAA1C4

Tints of Chatelle #BAA1C4

Color information

#BAA1C4 (or 0xBAA1C4) is unknown color: approx Chatelle. HEX triplet: BA, A1 and C4. RGB value is (186,161,196). Sum of RGB (Red+Green+Blue) = 186+161+196=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAA1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1C4 is #455E3B. Grayscale: #ACACAC. Windows color (decimal): -4546108 or 12886458. OLE color: 12886458.

HSL color Cylindrical-coordinate representation of color #BAA1C4: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAA1C4 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186161196-
CMYK0.050.1800.23
HSL282.86º22.88%70%-
HSV(B)282.86º17.86%76.86%-
XYZ42.9639.9157.66-
YUV172.46141.28137.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 161 (63.28% from 255) = 29.65%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=34.25%
G=29.65%
B=36.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861611960.050.1800.23282.8622.8870
HexBAA1C451201711b1746
Octal27224130452202743327106
Binary10111010101000011100010010110010010111100011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1C4; }

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

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

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

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

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

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

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

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