#B4BFA6

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

Shades of Tasman #B4BFA6

Tints of Tasman #B4BFA6

Color information

#B4BFA6 (or 0xB4BFA6) is unknown color: approx Tasman. HEX triplet: B4, BF and A6. RGB value is (180,191,166). Sum of RGB (Red+Green+Blue) = 180+191+166=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BFA6 is #4B4059. Grayscale: #B8B8B8. Windows color (decimal): -4931674 or 10928052. OLE color: 10928052.

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

Color convert

RGB180191166-
CMYK0.0600.130.25
HSL86.4º16.34%70%-
HSV(B)86.4º13.09%74.9%-
XYZ44.3449.7243.34-
YUV184.86117.36124.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=33.52%
G=35.57%
B=30.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911660.0600.130.2586.416.3470
HexB4BFA660D19561046
Octal26427724660153112620106
Binary10110100101111111010011011001101110011010110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFA6; }

 p { color: rgb(180,191,166); }

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

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

 a { background-color: rgb(180,191,166); }

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

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

 span { border-color: rgb(180,191,166); }

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