#B1A3B5

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

Shades of Chatelle #B1A3B5

Tints of Chatelle #B1A3B5

Color information

#B1A3B5 (or 0xB1A3B5) is unknown color: approx Chatelle. HEX triplet: B1, A3 and B5. RGB value is (177,163,181). Sum of RGB (Red+Green+Blue) = 177+163+181=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 181 - color contains mainly: blue. Hex color #B1A3B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A3B5 is #4E5C4A. Grayscale: #A9A9A9. Windows color (decimal): -5135435 or 11903921. OLE color: 11903921.

HSL color Cylindrical-coordinate representation of color #B1A3B5: hue angle of 286.67º 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 #B1A3B5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177163181-
CMYK0.020.1000.29
HSL286.67º10.84%67.45%-
HSV(B)286.67º9.94%70.98%-
XYZ39.5738.8849.13-
YUV169.24134.64133.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=33.97%
G=31.29%
B=34.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771631810.020.1000.29286.6710.8467.45
HexB1A3B52A01D11fb43
Octal26124326521203543713103
Binary10110001101000111011010110101001110110001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3B5; }

 p { color: rgb(177,163,181); }

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

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

 a { background-color: rgb(177,163,181); }

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

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

 span { border-color: rgb(177,163,181); }

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