#B0BEAE

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

Shades of Rainee #B0BEAE

Tints of Rainee #B0BEAE

Color information

#B0BEAE (or 0xB0BEAE) is unknown color: approx Rainee. HEX triplet: B0, BE and AE. RGB value is (176,190,174). Sum of RGB (Red+Green+Blue) = 176+190+174=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEAE is #4F4151. Grayscale: #B8B8B8. Windows color (decimal): -5194066 or 11452080. OLE color: 11452080.

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

Color convert

RGB176190174-
CMYK0.0700.080.25
HSL112.5º10.96%71.37%-
HSV(B)112.5º8.42%74.51%-
XYZ43.9649.1147.21-
YUV183.99122.36122.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=32.59%
G=35.19%
B=32.22%

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
Decimal1761901740.0700.080.25112.510.9671.37
HexB0BEAE7081970b47
Octal26027625670103116013107
Binary1011000010111110101011101110100011001111000010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEAE; }

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

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

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

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

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

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

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

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