#B7BFAE

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

Shades of Tasman #B7BFAE

Tints of Tasman #B7BFAE

Color information

#B7BFAE (or 0xB7BFAE) is unknown color: approx Tasman. HEX triplet: B7, BF and AE. RGB value is (183,191,174). Sum of RGB (Red+Green+Blue) = 183+191+174=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BFAE is #484051. Grayscale: #BABABA. Windows color (decimal): -4735058 or 11452343. OLE color: 11452343.

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

Color convert

RGB183191174-
CMYK0.0400.090.25
HSL88.24º11.72%71.57%-
HSV(B)88.24º8.9%74.9%-
XYZ45.850.3847.36-
YUV186.67120.85125.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.39%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=33.39%
G=34.85%
B=31.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831911740.0400.090.2588.2411.7271.57
HexB7BFAE4091958c48
Octal26727725640113113014110
Binary1011011110111111101011101000100111001101100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFAE; }

 p { color: rgb(183,191,174); }

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

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

 a { background-color: rgb(183,191,174); }

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

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

 span { border-color: rgb(183,191,174); }

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