#B1BEAE

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

Shades of Rainee #B1BEAE

Tints of Rainee #B1BEAE

Color information

#B1BEAE (or 0xB1BEAE) is unknown color: approx Rainee. HEX triplet: B1, BE and AE. RGB value is (177,190,174). Sum of RGB (Red+Green+Blue) = 177+190+174=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEAE is #4E4151. Grayscale: #B8B8B8. Windows color (decimal): -5128530 or 11452081. OLE color: 11452081.

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

Color convert

RGB177190174-
CMYK0.0700.080.25
HSL108.75º10.96%71.37%-
HSV(B)108.75º8.42%74.51%-
XYZ44.1849.2347.22-
YUV184.29122.19122.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=32.72%
G=35.12%
B=32.16%

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
Decimal1771901740.0700.080.25108.7510.9671.37
HexB1BEAE708196db47
Octal26127625670103115513107
Binary1011000110111110101011101110100011001110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEAE; }

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

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

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

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

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

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

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

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