#B3BEAE

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

Shades of Rainee #B3BEAE

Tints of Rainee #B3BEAE

Color information

#B3BEAE (or 0xB3BEAE) is unknown color: approx Rainee. HEX triplet: B3, BE and AE. RGB value is (179,190,174). Sum of RGB (Red+Green+Blue) = 179+190+174=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BEAE is #4C4151. Grayscale: #B8B8B8. Windows color (decimal): -4997458 or 11452083. OLE color: 11452083.

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

Color convert

RGB179190174-
CMYK0.0600.080.25
HSL101.25º10.96%71.37%-
HSV(B)101.25º8.42%74.51%-
XYZ44.6449.4747.24-
YUV184.89121.86123.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=32.97%
G=34.99%
B=32.04%

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
Decimal1791901740.0600.080.25101.2510.9671.37
HexB3BEAE6081965b47
Octal26327625660103114513107
Binary1011001110111110101011101100100011001110010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEAE; }

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

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

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

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

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

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

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

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