#B1BDAB

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

Shades of Rainee #B1BDAB

Tints of Rainee #B1BDAB

Color information

#B1BDAB (or 0xB1BDAB) is unknown color: approx Rainee. HEX triplet: B1, BD and AB. RGB value is (177,189,171). Sum of RGB (Red+Green+Blue) = 177+189+171=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BDAB is #4E4254. Grayscale: #B7B7B7. Windows color (decimal): -5128789 or 11255217. OLE color: 11255217.

HSL color Cylindrical-coordinate representation of color #B1BDAB: hue angle of 100º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1BDAB is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB177189171-
CMYK0.0600.100.26
HSL100º12%70.59%-
HSV(B)100º9.52%74.12%-
XYZ43.6848.6845.62-
YUV183.36121.02123.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=32.96%
G=35.20%
B=31.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891710.0600.100.261001270.59
HexB1BDAB60A1A64c47
Octal26127525360123214414107
Binary1011000110111101101010111100101011010110010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDAB; }

 p { color: rgb(177,189,171); }

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

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

 a { background-color: rgb(177,189,171); }

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

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

 span { border-color: rgb(177,189,171); }

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