#B2BEA7

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

Shades of Tasman #B2BEA7

Tints of Tasman #B2BEA7

Color information

#B2BEA7 (or 0xB2BEA7) is unknown color: approx Tasman. HEX triplet: B2, BE and A7. RGB value is (178,190,167). Sum of RGB (Red+Green+Blue) = 178+190+167=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEA7 is #4D4158. Grayscale: #B7B7B7. Windows color (decimal): -5063001 or 10993330. OLE color: 10993330.

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

Color convert

RGB178190167-
CMYK0.0600.120.25
HSL91.3º15.03%70%-
HSV(B)91.3º12.11%74.51%-
XYZ43.7549.0843.73-
YUV183.79118.52123.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 167 (65.62% from 255) = 31.21%
R=33.27%
G=35.51%
B=31.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901670.0600.120.2591.315.0370
HexB2BEA760C195bf46
Octal26227624760143113317106
Binary1011001010111110101001111100110011001101101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEA7; }

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

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

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

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

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

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

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

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