#B1BFAB

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

Shades of Rainee #B1BFAB

Tints of Rainee #B1BFAB

Color information

#B1BFAB (or 0xB1BFAB) is unknown color: approx Rainee. HEX triplet: B1, BF and AB. RGB value is (177,191,171). Sum of RGB (Red+Green+Blue) = 177+191+171=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFAB is #4E4054. Grayscale: #B8B8B8. Windows color (decimal): -5128277 or 11255729. OLE color: 11255729.

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

Color convert

RGB177191171-
CMYK0.0700.100.25
HSL102º13.51%70.98%-
HSV(B)102º10.47%74.9%-
XYZ44.1149.5545.77-
YUV184.53120.36122.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=32.84%
G=35.44%
B=31.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911710.0700.100.2510213.5170.98
HexB1BFAB70A1966e47
Octal26127725370123114616107
Binary1011000110111111101010111110101011001110011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFAB; }

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

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

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

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

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

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

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

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