#B1A9BB

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

Shades of Chatelle #B1A9BB

Tints of Chatelle #B1A9BB

Color information

#B1A9BB (or 0xB1A9BB) is unknown color: approx Chatelle. HEX triplet: B1, A9 and BB. RGB value is (177,169,187). Sum of RGB (Red+Green+Blue) = 177+169+187=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9BB is #4E5644. Grayscale: #ADADAD. Windows color (decimal): -5133893 or 12298673. OLE color: 12298673.

HSL color Cylindrical-coordinate representation of color #B1A9BB: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1A9BB is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177169187-
CMYK0.050.1000.27
HSL266.67º11.69%69.8%-
HSV(B)266.67º9.63%73.33%-
XYZ41.2941.3152.81-
YUV173.44135.65130.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 169 (66.41% from 255) = 31.71%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=33.21%
G=31.71%
B=35.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771691870.050.1000.27266.6711.6969.8
HexB1A9BB5A01B10bc46
Octal26125127351203341314106
Binary101100011010100110111011101101001101110000101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A9BB; }

 p { color: rgb(177,169,187); }

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

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

 a { background-color: rgb(177,169,187); }

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

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

 span { border-color: rgb(177,169,187); }

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