#B1BFAF

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

Shades of Rainee #B1BFAF

Tints of Rainee #B1BFAF

Color information

#B1BFAF (or 0xB1BFAF) is unknown color: approx Rainee. HEX triplet: B1, BF and AF. RGB value is (177,191,175). Sum of RGB (Red+Green+Blue) = 177+191+175=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFAF is #4E4050. Grayscale: #B9B9B9. Windows color (decimal): -5128273 or 11517873. OLE color: 11517873.

HSL color Cylindrical-coordinate representation of color #B1BFAF: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BFAF is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB177191175-
CMYK0.0700.080.25
HSL112.5º11.11%71.76%-
HSV(B)112.5º8.38%74.9%-
XYZ44.549.747.81-
YUV184.99122.36122.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=32.60%
G=35.17%
B=32.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911750.0700.080.25112.511.1171.76
HexB1BFAF7081970b48
Octal26127725770103116013110
Binary1011000110111111101011111110100011001111000010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFAF; }

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

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

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

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

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

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

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

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