#B7BDAB

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

Shades of Tasman #B7BDAB

Tints of Tasman #B7BDAB

Color information

#B7BDAB (or 0xB7BDAB) is unknown color: approx Tasman. HEX triplet: B7, BD and AB. RGB value is (183,189,171). Sum of RGB (Red+Green+Blue) = 183+189+171=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BDAB is #484254. Grayscale: #B9B9B9. Windows color (decimal): -4735573 or 11255223. OLE color: 11255223.

HSL color Cylindrical-coordinate representation of color #B7BDAB: hue angle of 80º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7BDAB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB183189171-
CMYK0.0300.100.26
HSL80º12%70.59%-
HSV(B)80º9.52%74.12%-
XYZ45.0849.445.69-
YUV185.15120.01126.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=33.70%
G=34.81%
B=31.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831891710.0300.100.26801270.59
HexB7BDAB30A1A50c47
Octal26727525330123212014107
Binary101101111011110110101011110101011010101000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDAB; }

 p { color: rgb(183,189,171); }

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

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

 a { background-color: rgb(183,189,171); }

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

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

 span { border-color: rgb(183,189,171); }

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