#B1A3BB

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

Shades of Chatelle #B1A3BB

Tints of Chatelle #B1A3BB

Color information

#B1A3BB (or 0xB1A3BB) is unknown color: approx Chatelle. HEX triplet: B1, A3 and BB. RGB value is (177,163,187). Sum of RGB (Red+Green+Blue) = 177+163+187=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1A3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A3BB is #4E5C44. Grayscale: #A9A9A9. Windows color (decimal): -5135429 or 12297137. OLE color: 12297137.

HSL color Cylindrical-coordinate representation of color #B1A3BB: hue angle of 275º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1A3BB is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177163187-
CMYK0.050.1300.27
HSL275º15%68.63%-
HSV(B)275º12.83%73.33%-
XYZ40.239.1352.45-
YUV169.92137.64133.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=33.59%
G=30.93%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771631870.050.1300.272751568.63
HexB1A3BB5D01B113f45
Octal26124327351503342317105
Binary101100011010001110111011101110101101110001001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3BB; }

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

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

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

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

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

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

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

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