#BAA8C1

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

Shades of Chatelle #BAA8C1

Tints of Chatelle #BAA8C1

Color information

#BAA8C1 (or 0xBAA8C1) is unknown color: approx Chatelle. HEX triplet: BA, A8 and C1. RGB value is (186,168,193). Sum of RGB (Red+Green+Blue) = 186+168+193=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAA8C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8C1 is #45573E. Grayscale: #B0B0B0. Windows color (decimal): -4544319 or 12691642. OLE color: 12691642.

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

Color convert

RGB186168193-
CMYK0.040.1300.24
HSL283.2º16.78%70.78%-
HSV(B)283.2º12.95%75.69%-
XYZ43.8842.2956.3-
YUV176.23137.46134.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=34.00%
G=30.71%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861681930.040.1300.24283.216.7870.78
HexBAA8C14D01811b1147
Octal27225030141503043321107
Binary1011101010101000110000011001101011000100011011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8C1; }

 p { color: rgb(186,168,193); }

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

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

 a { background-color: rgb(186,168,193); }

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

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

 span { border-color: rgb(186,168,193); }

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