#B2BEAE

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

Shades of Rainee #B2BEAE

Tints of Rainee #B2BEAE

Color information

#B2BEAE (or 0xB2BEAE) is unknown color: approx Rainee. HEX triplet: B2, BE and AE. RGB value is (178,190,174). Sum of RGB (Red+Green+Blue) = 178+190+174=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEAE is #4D4151. Grayscale: #B8B8B8. Windows color (decimal): -5062994 or 11452082. OLE color: 11452082.

HSL color Cylindrical-coordinate representation of color #B2BEAE: hue angle of 105º 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 #B2BEAE is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB178190174-
CMYK0.0600.080.25
HSL105º10.96%71.37%-
HSV(B)105º8.42%74.51%-
XYZ44.4149.3547.23-
YUV184.59122.02123.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=32.84%
G=35.06%
B=32.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901740.0600.080.2510510.9671.37
HexB2BEAE6081969b47
Octal26227625660103115113107
Binary1011001010111110101011101100100011001110100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEAE; }

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

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

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

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

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

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

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

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