#B1A2B4

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

Shades of Chatelle #B1A2B4

Tints of Chatelle #B1A2B4

Color information

#B1A2B4 (or 0xB1A2B4) is unknown color: approx Chatelle. HEX triplet: B1, A2 and B4. RGB value is (177,162,180). Sum of RGB (Red+Green+Blue) = 177+162+180=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #B1A2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A2B4 is #4E5D4B. Grayscale: #A8A8A8. Windows color (decimal): -5135692 or 11838129. OLE color: 11838129.

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

Color convert

RGB177162180-
CMYK0.020.100.29
HSL290º10.71%67.06%-
HSV(B)290º10%70.59%-
XYZ39.2938.4848.54-
YUV168.54134.47134.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=34.10%
G=31.21%
B=34.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771621800.020.100.2929010.7167.06
HexB1A2B42A01D122b43
Octal26124226421203544213103
Binary10110001101000101011010010101001110110010001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A2B4; }

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

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

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

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

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

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

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

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