#B7BFAC

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

Shades of Tasman #B7BFAC

Tints of Tasman #B7BFAC

Color information

#B7BFAC (or 0xB7BFAC) is unknown color: approx Tasman. HEX triplet: B7, BF and AC. RGB value is (183,191,172). Sum of RGB (Red+Green+Blue) = 183+191+172=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BFAC is #484053. Grayscale: #BABABA. Windows color (decimal): -4735060 or 11321271. OLE color: 11321271.

HSL color Cylindrical-coordinate representation of color #B7BFAC: hue angle of 85.26º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7BFAC is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB183191172-
CMYK0.0400.100.25
HSL85.26º12.93%71.18%-
HSV(B)85.26º9.95%74.9%-
XYZ45.6150.3146.34-
YUV186.44119.85125.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=33.52%
G=34.98%
B=31.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831911720.0400.100.2585.2612.9371.18
HexB7BFAC40A1955d47
Octal26727725440123112515107
Binary1011011110111111101011001000101011001101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFAC; }

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

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

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

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

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

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

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

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