#B1BEAB

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

Shades of Rainee #B1BEAB

Tints of Rainee #B1BEAB

Color information

#B1BEAB (or 0xB1BEAB) is unknown color: approx Rainee. HEX triplet: B1, BE and AB. RGB value is (177,190,171). Sum of RGB (Red+Green+Blue) = 177+190+171=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEAB is #4E4154. Grayscale: #B8B8B8. Windows color (decimal): -5128533 or 11255473. OLE color: 11255473.

HSL color Cylindrical-coordinate representation of color #B1BEAB: hue angle of 101.05º degrees, saturation: 0.13, 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 #B1BEAB is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB177190171-
CMYK0.0700.100.25
HSL101.05º12.75%70.78%-
HSV(B)101.05º10%74.51%-
XYZ43.949.1145.69-
YUV183.95120.69123.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=32.90%
G=35.32%
B=31.78%

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
Decimal1771901710.0700.100.25101.0512.7570.78
HexB1BEAB70A1965d47
Octal26127625370123114515107
Binary1011000110111110101010111110101011001110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEAB; }

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

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

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

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

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

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

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

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