#B9AAC1

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

Shades of Chatelle #B9AAC1

Tints of Chatelle #B9AAC1

Color information

#B9AAC1 (or 0xB9AAC1) is unknown color: approx Chatelle. HEX triplet: B9, AA and C1. RGB value is (185,170,193). Sum of RGB (Red+Green+Blue) = 185+170+193=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #B9AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAC1 is #46553E. Grayscale: #B1B1B1. Windows color (decimal): -4609343 or 12692153. OLE color: 12692153.

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

Color convert

RGB185170193-
CMYK0.040.1200.24
HSL279.13º15.65%71.18%-
HSV(B)279.13º11.92%75.69%-
XYZ44.0142.9156.42-
YUV177.11136.97133.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.76%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=33.76%
G=31.02%
B=35.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851701930.040.1200.24279.1315.6571.18
HexB9AAC14C0181171047
Octal27125230141403042720107
Binary1011100110101010110000011001100011000100010111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAC1; }

 p { color: rgb(185,170,193); }

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

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

 a { background-color: rgb(185,170,193); }

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

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

 span { border-color: rgb(185,170,193); }

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