#B1A3B4

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

Shades of Chatelle #B1A3B4

Tints of Chatelle #B1A3B4

Color information

#B1A3B4 (or 0xB1A3B4) is unknown color: approx Chatelle. HEX triplet: B1, A3 and B4. RGB value is (177,163,180). Sum of RGB (Red+Green+Blue) = 177+163+180=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #B1A3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A3B4 is #4E5C4B. Grayscale: #A9A9A9. Windows color (decimal): -5135436 or 11838385. OLE color: 11838385.

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

Color convert

RGB177163180-
CMYK0.020.0900.29
HSL289.41º10.18%67.25%-
HSV(B)289.41º9.44%70.59%-
XYZ39.4738.8448.6-
YUV169.12134.14133.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=34.04%
G=31.35%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771631800.020.0900.29289.4110.1867.25
HexB1A3B42901D121a43
Octal26124326421103544112103
Binary10110001101000111011010010100101110110010000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3B4; }

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

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

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

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

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

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

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

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