#B1BFAD

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

Shades of Rainee #B1BFAD

Tints of Rainee #B1BFAD

Color information

#B1BFAD (or 0xB1BFAD) is unknown color: approx Rainee. HEX triplet: B1, BF and AD. RGB value is (177,191,173). Sum of RGB (Red+Green+Blue) = 177+191+173=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFAD is #4E4052. Grayscale: #B8B8B8. Windows color (decimal): -5128275 or 11386801. OLE color: 11386801.

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

Color convert

RGB177191173-
CMYK0.0700.090.25
HSL106.67º12.33%71.37%-
HSV(B)106.67º9.42%74.9%-
XYZ44.3149.6346.78-
YUV184.76121.36122.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=32.72%
G=35.30%
B=31.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911730.0700.090.25106.6712.3371.37
HexB1BFAD709196bc47
Octal26127725570113115314107
Binary1011000110111111101011011110100111001110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFAD; }

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

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

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

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

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

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

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

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