#B1A2BF

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

Shades of Chatelle #B1A2BF

Tints of Chatelle #B1A2BF

Color information

#B1A2BF (or 0xB1A2BF) is unknown color: approx Chatelle. HEX triplet: B1, A2 and BF. RGB value is (177,162,191). Sum of RGB (Red+Green+Blue) = 177+162+191=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1A2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A2BF is #4E5D40. Grayscale: #A9A9A9. Windows color (decimal): -5135681 or 12559025. OLE color: 12559025.

HSL color Cylindrical-coordinate representation of color #B1A2BF: hue angle of 271.03º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1A2BF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177162191-
CMYK0.070.1500.25
HSL271.03º18.47%69.22%-
HSV(B)271.03º15.18%74.9%-
XYZ40.4638.9554.68-
YUV169.79139.97133.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 162 (63.67% from 255) = 30.57%
BLUE value IS 191 (75% from 255) = 36.04%
R=33.40%
G=30.57%
B=36.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771621910.070.1500.25271.0318.4769.22
HexB1A2BF7F01910f1245
Octal26124227771703141722105
Binary1011000110100010101111111111111011001100001111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A2BF; }

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

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

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

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

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

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

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

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