#B1BBAF

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

Shades of Rainee #B1BBAF

Tints of Rainee #B1BBAF

Color information

#B1BBAF (or 0xB1BBAF) is unknown color: approx Rainee. HEX triplet: B1, BB and AF. RGB value is (177,187,175). Sum of RGB (Red+Green+Blue) = 177+187+175=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BBAF is #4E4450. Grayscale: #B6B6B6. Windows color (decimal): -5129297 or 11516849. OLE color: 11516849.

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

Color convert

RGB177187175-
CMYK0.0500.060.27
HSL110º8.11%70.98%-
HSV(B)110º6.42%73.33%-
XYZ43.6447.9847.52-
YUV182.64123.69123.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=32.84%
G=34.69%
B=32.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871750.0500.060.271108.1170.98
HexB1BBAF5061B6e847
Octal2612732575063315610107
Binary101100011011101110101111101011011011110111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBAF; }

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

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

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

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

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

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

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

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