#B7BBAE

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

Shades of Tasman #B7BBAE

Tints of Tasman #B7BBAE

Color information

#B7BBAE (or 0xB7BBAE) is unknown color: approx Tasman. HEX triplet: B7, BB and AE. RGB value is (183,187,174). Sum of RGB (Red+Green+Blue) = 183+187+174=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BBAE is #484451. Grayscale: #B8B8B8. Windows color (decimal): -4736082 or 11451319. OLE color: 11451319.

HSL color Cylindrical-coordinate representation of color #B7BBAE: hue angle of 78.46º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7BBAE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB183187174-
CMYK0.0200.070.27
HSL78.46º8.72%70.78%-
HSV(B)78.46º6.95%73.33%-
XYZ44.9448.6647.07-
YUV184.32122.17127.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=33.64%
G=34.38%
B=31.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831871740.0200.070.2778.468.7270.78
HexB7BBAE2071B4e947
Octal2672732562073311611107
Binary10110111101110111010111010011111011100111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBAE; }

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

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

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

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

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

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

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

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