#B1A2B7

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

Shades of Chatelle #B1A2B7

Tints of Chatelle #B1A2B7

Color information

#B1A2B7 (or 0xB1A2B7) is unknown color: approx Chatelle. HEX triplet: B1, A2 and B7. RGB value is (177,162,183). Sum of RGB (Red+Green+Blue) = 177+162+183=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 183 - color contains mainly: blue. Hex color #B1A2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A2B7 is #4E5D48. Grayscale: #A8A8A8. Windows color (decimal): -5135689 or 12034737. OLE color: 12034737.

HSL color Cylindrical-coordinate representation of color #B1A2B7: hue angle of 282.86º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1A2B7 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB177162183-
CMYK0.030.1100.28
HSL282.86º12.73%67.65%-
HSV(B)282.86º11.48%71.76%-
XYZ39.638.6150.16-
YUV168.88135.97133.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=33.91%
G=31.03%
B=35.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771621830.030.1100.28282.8612.7367.65
HexB1A2B73B01C11bd44
Octal26124226731303443315104
Binary10110001101000101011011111101101110010001101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A2B7; }

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

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

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

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

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

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

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

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