#B2BEAD

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

Shades of Rainee #B2BEAD

Tints of Rainee #B2BEAD

Color information

#B2BEAD (or 0xB2BEAD) is unknown color: approx Rainee. HEX triplet: B2, BE and AD. RGB value is (178,190,173). Sum of RGB (Red+Green+Blue) = 178+190+173=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEAD is #4D4152. Grayscale: #B8B8B8. Windows color (decimal): -5062995 or 11386546. OLE color: 11386546.

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

Color convert

RGB178190173-
CMYK0.0600.090.25
HSL102.35º11.56%71.18%-
HSV(B)102.35º8.95%74.51%-
XYZ44.3249.3146.72-
YUV184.47121.52123.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=32.90%
G=35.12%
B=31.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901730.0600.090.25102.3511.5671.18
HexB2BEAD6091966c47
Octal26227625560113114614107
Binary1011001010111110101011011100100111001110011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEAD; }

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

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

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

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

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

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

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

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