#B1BEA5

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

Shades of Tasman #B1BEA5

Tints of Tasman #B1BEA5

Color information

#B1BEA5 (or 0xB1BEA5) is unknown color: approx Tasman. HEX triplet: B1, BE and A5. RGB value is (177,190,165). Sum of RGB (Red+Green+Blue) = 177+190+165=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEA5 is #4E415A. Grayscale: #B7B7B7. Windows color (decimal): -5128539 or 10862257. OLE color: 10862257.

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

Color convert

RGB177190165-
CMYK0.0700.130.25
HSL91.2º16.13%69.61%-
HSV(B)91.2º13.16%74.51%-
XYZ43.3448.8942.75-
YUV183.26117.69123.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=33.27%
G=35.71%
B=31.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901650.0700.130.2591.216.1369.61
HexB1BEA570D195b1046
Octal26127624570153113320106
Binary10110001101111101010010111101101110011011011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEA5; }

 p { color: rgb(177,190,165); }

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

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

 a { background-color: rgb(177,190,165); }

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

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

 span { border-color: rgb(177,190,165); }

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