#BAA8C3

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

Shades of Chatelle #BAA8C3

Tints of Chatelle #BAA8C3

Color information

#BAA8C3 (or 0xBAA8C3) is unknown color: approx Chatelle. HEX triplet: BA, A8 and C3. RGB value is (186,168,195). Sum of RGB (Red+Green+Blue) = 186+168+195=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAA8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8C3 is #45573C. Grayscale: #B0B0B0. Windows color (decimal): -4544317 or 12822714. OLE color: 12822714.

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

Color convert

RGB186168195-
CMYK0.050.1400.24
HSL280º18.37%71.18%-
HSV(B)280º13.85%76.47%-
XYZ44.142.3857.49-
YUV176.46138.46134.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=33.88%
G=30.60%
B=35.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861681950.050.1400.2428018.3771.18
HexBAA8C35E0181181247
Octal27225030351603043022107
Binary1011101010101000110000111011110011000100011000100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8C3; }

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

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

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

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

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

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

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

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