#B0BEAD

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

Shades of Rainee #B0BEAD

Tints of Rainee #B0BEAD

Color information

#B0BEAD (or 0xB0BEAD) is unknown color: approx Rainee. HEX triplet: B0, BE and AD. RGB value is (176,190,173). Sum of RGB (Red+Green+Blue) = 176+190+173=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEAD is #4F4152. Grayscale: #B7B7B7. Windows color (decimal): -5194067 or 11386544. OLE color: 11386544.

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

Color convert

RGB176190173-
CMYK0.0700.090.25
HSL109.41º11.56%71.18%-
HSV(B)109.41º8.95%74.51%-
XYZ43.8649.0746.7-
YUV183.88121.86122.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=32.65%
G=35.25%
B=32.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901730.0700.090.25109.4111.5671.18
HexB0BEAD709196dc47
Octal26027625570113115514107
Binary1011000010111110101011011110100111001110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEAD; }

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

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

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

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

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

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

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

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