#B1AAB5

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

Shades of Chatelle #B1AAB5

Tints of Chatelle #B1AAB5

Color information

#B1AAB5 (or 0xB1AAB5) is unknown color: approx Chatelle. HEX triplet: B1, AA and B5. RGB value is (177,170,181). Sum of RGB (Red+Green+Blue) = 177+170+181=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 181 - color contains mainly: blue. Hex color #B1AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAB5 is #4E554A. Grayscale: #ADADAD. Windows color (decimal): -5133643 or 11905713. OLE color: 11905713.

HSL color Cylindrical-coordinate representation of color #B1AAB5: hue angle of 278.18º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1AAB5 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177170181-
CMYK0.020.0600.29
HSL278.18º6.92%68.82%-
HSV(B)278.18º6.08%70.98%-
XYZ40.8541.4349.56-
YUV173.35132.32130.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=33.52%
G=32.20%
B=34.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771701810.020.0600.29278.186.9268.82
HexB1AAB52601D116745
Octal261252265260354267105
Binary101100011010101010110101101100111011000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AAB5; }

 p { color: rgb(177,170,181); }

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

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

 a { background-color: rgb(177,170,181); }

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

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

 span { border-color: rgb(177,170,181); }

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