#B2BA8E

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

Shades of Caper #B2BA8E

Tints of Caper #B2BA8E

Color information

#B2BA8E (or 0xB2BA8E) is unknown color: approx Caper. HEX triplet: B2, BA and 8E. RGB value is (178,186,142). Sum of RGB (Red+Green+Blue) = 178+186+142=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA8E is #4D4571. Grayscale: #B2B2B2. Windows color (decimal): -5064050 or 9353906. OLE color: 9353906.

HSL color Cylindrical-coordinate representation of color #B2BA8E: hue angle of 70.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BA8E is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB178186142-
CMYK0.0400.240.27
HSL70.91º24.18%64.31%-
HSV(B)70.91º23.66%72.94%-
XYZ40.846.5432.42-
YUV178.59107.35127.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=35.18%
G=36.76%
B=28.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861420.0400.240.2770.9124.1864.31
HexB2BA8E40181B471840
Octal26227221640303310730100
Binary101100101011101010001110100011000110111000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BA8E; }

 p { color: rgb(178,186,142); }

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

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

 a { background-color: rgb(178,186,142); }

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

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

 span { border-color: rgb(178,186,142); }

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