#B4BEA7

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

Shades of Tasman #B4BEA7

Tints of Tasman #B4BEA7

Color information

#B4BEA7 (or 0xB4BEA7) is unknown color: approx Tasman. HEX triplet: B4, BE and A7. RGB value is (180,190,167). Sum of RGB (Red+Green+Blue) = 180+190+167=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BEA7 is #4B4158. Grayscale: #B8B8B8. Windows color (decimal): -4931929 or 10993332. OLE color: 10993332.

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

Color convert

RGB180190167-
CMYK0.0500.120.25
HSL86.09º15.03%70%-
HSV(B)86.09º12.11%74.51%-
XYZ44.2149.3243.75-
YUV184.39118.19124.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=33.52%
G=35.38%
B=31.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901670.0500.120.2586.0915.0370
HexB4BEA750C1956f46
Octal26427624750143112617106
Binary1011010010111110101001111010110011001101011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEA7; }

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

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

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

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

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

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

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

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