#B9AAC2

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

Shades of Chatelle #B9AAC2

Tints of Chatelle #B9AAC2

Color information

#B9AAC2 (or 0xB9AAC2) is unknown color: approx Chatelle. HEX triplet: B9, AA and C2. RGB value is (185,170,194). Sum of RGB (Red+Green+Blue) = 185+170+194=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAC2 is #46553D. Grayscale: #B1B1B1. Windows color (decimal): -4609342 or 12757689. OLE color: 12757689.

HSL color Cylindrical-coordinate representation of color #B9AAC2: hue angle of 277.5º 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 #B9AAC2 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185170194-
CMYK0.050.1200.24
HSL277.5º16.44%71.37%-
HSV(B)277.5º12.37%76.08%-
XYZ44.1242.9657.01-
YUV177.22137.47133.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=33.70%
G=30.97%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851701940.050.1200.24277.516.4471.37
HexB9AAC25C0181161047
Octal27125230251403042620107
Binary1011100110101010110000101011100011000100010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAC2; }

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

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

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

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

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

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

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

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