#B0BEAB

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

Shades of Rainee #B0BEAB

Tints of Rainee #B0BEAB

Color information

#B0BEAB (or 0xB0BEAB) is unknown color: approx Rainee. HEX triplet: B0, BE and AB. RGB value is (176,190,171). Sum of RGB (Red+Green+Blue) = 176+190+171=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEAB is #4F4154. Grayscale: #B7B7B7. Windows color (decimal): -5194069 or 11255472. OLE color: 11255472.

HSL color Cylindrical-coordinate representation of color #B0BEAB: hue angle of 104.21º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BEAB is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB176190171-
CMYK0.0700.100.25
HSL104.21º12.75%70.78%-
HSV(B)104.21º10%74.51%-
XYZ43.674945.68-
YUV183.65120.86122.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=32.77%
G=35.38%
B=31.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901710.0700.100.25104.2112.7570.78
HexB0BEAB70A1968d47
Octal26027625370123115015107
Binary1011000010111110101010111110101011001110100011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEAB; }

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

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

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

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

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

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

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

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