#B0AAB1

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

Shades of Chatelle #B0AAB1

Tints of Chatelle #B0AAB1

Color information

#B0AAB1 (or 0xB0AAB1) is unknown color: approx Chatelle. HEX triplet: B0, AA and B1. RGB value is (176,170,177). Sum of RGB (Red+Green+Blue) = 176+170+177=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 177 - color contains mainly: blue. Hex color #B0AAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAB1 is #4F554E. Grayscale: #ACACAC. Windows color (decimal): -5199183 or 11643568. OLE color: 11643568.

HSL color Cylindrical-coordinate representation of color #B0AAB1: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B0AAB1 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB176170177-
CMYK0.010.0400.31
HSL291.43º4.29%68.04%-
HSV(B)291.43º3.95%69.41%-
XYZ40.2241.1547.42-
YUV172.59130.49130.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=33.65%
G=32.50%
B=33.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761701770.010.0400.31291.434.2968.04
HexB0AAB11401F123444
Octal260252261140374434104
Binary10110000101010101011000111000111111001000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAB1; }

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

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

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

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

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

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

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

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