#B1A1B4

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

Shades of Chatelle #B1A1B4

Tints of Chatelle #B1A1B4

Color information

#B1A1B4 (or 0xB1A1B4) is unknown color: approx Chatelle. HEX triplet: B1, A1 and B4. RGB value is (177,161,180). Sum of RGB (Red+Green+Blue) = 177+161+180=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 180 - color contains mainly: blue. Hex color #B1A1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A1B4 is #4E5E4B. Grayscale: #A7A7A7. Windows color (decimal): -5135948 or 11837873. OLE color: 11837873.

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

Color convert

RGB177161180-
CMYK0.020.1100.29
HSL290.53º11.24%66.86%-
HSV(B)290.53º10.56%70.59%-
XYZ39.1138.1348.48-
YUV167.95134.8134.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=34.17%
G=31.08%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771611800.020.1100.29290.5311.2466.86
HexB1A1B42B01D123b43
Octal26124126421303544313103
Binary10110001101000011011010010101101110110010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A1B4; }

 p { color: rgb(177,161,180); }

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

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

 a { background-color: rgb(177,161,180); }

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

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

 span { border-color: rgb(177,161,180); }

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