#B6BBAF

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

Shades of Tasman #B6BBAF

Tints of Tasman #B6BBAF

Color information

#B6BBAF (or 0xB6BBAF) is unknown color: approx Tasman. HEX triplet: B6, BB and AF. RGB value is (182,187,175). Sum of RGB (Red+Green+Blue) = 182+187+175=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BBAF is #494450. Grayscale: #B8B8B8. Windows color (decimal): -4801617 or 11516854. OLE color: 11516854.

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

Color convert

RGB182187175-
CMYK0.0300.060.27
HSL85º8.11%70.98%-
HSV(B)85º6.42%73.33%-
XYZ44.848.5847.57-
YUV184.14122.84126.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=33.46%
G=34.38%
B=32.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821871750.0300.060.27858.1170.98
HexB6BBAF3061B55847
Octal2662732573063312510107
Binary10110110101110111010111111011011011101010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBAF; }

 p { color: rgb(182,187,175); }

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

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

 a { background-color: rgb(182,187,175); }

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

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

 span { border-color: rgb(182,187,175); }

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