#BAA0C6

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

Shades of Chatelle #BAA0C6

Tints of Chatelle #BAA0C6

Color information

#BAA0C6 (or 0xBAA0C6) is unknown color: approx Chatelle. HEX triplet: BA, A0 and C6. RGB value is (186,160,198). Sum of RGB (Red+Green+Blue) = 186+160+198=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAA0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0C6 is #455F39. Grayscale: #ABABAB. Windows color (decimal): -4546362 or 13017274. OLE color: 13017274.

HSL color Cylindrical-coordinate representation of color #BAA0C6: hue angle of 281.05º 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 #BAA0C6 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186160198-
CMYK0.060.1900.22
HSL281.05º25%70.2%-
HSV(B)281.05º19.19%77.65%-
XYZ43.0139.6658.81-
YUV172.11142.61137.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=34.19%
G=29.41%
B=36.40%

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
Decimal1861601980.060.1900.22281.052570.2
HexBAA0C66130161191946
Octal27224030662302643131106
Binary10111010101000001100011011010011010110100011001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0C6; }

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

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

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

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

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

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

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

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