#B1A3BF

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

Shades of Chatelle #B1A3BF

Tints of Chatelle #B1A3BF

Color information

#B1A3BF (or 0xB1A3BF) is unknown color: approx Chatelle. HEX triplet: B1, A3 and BF. RGB value is (177,163,191). Sum of RGB (Red+Green+Blue) = 177+163+191=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A3BF is #4E5C40. Grayscale: #AAAAAA. Windows color (decimal): -5135425 or 12559281. OLE color: 12559281.

HSL color Cylindrical-coordinate representation of color #B1A3BF: hue angle of 270º 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 #B1A3BF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177163191-
CMYK0.070.1500.25
HSL270º17.95%69.41%-
HSV(B)270º14.66%74.9%-
XYZ40.6339.354.73-
YUV170.38139.64132.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 191 (75% from 255) = 35.97%
R=33.33%
G=30.70%
B=35.97%

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
Decimal1771631910.070.1500.2527017.9569.41
HexB1A3BF7F01910e1245
Octal26124327771703141622105
Binary1011000110100011101111111111111011001100001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3BF; }

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

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

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

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

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

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

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

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