#B1C6B0

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

Shades of Zanah #B1C6B0

Tints of Zanah #B1C6B0

Color information

#B1C6B0 (or 0xB1C6B0) is unknown color: approx Zanah. HEX triplet: B1, C6 and B0. RGB value is (177,198,176). Sum of RGB (Red+Green+Blue) = 177+198+176=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C6B0 is #4E394F. Grayscale: #BDBDBD. Windows color (decimal): -5126480 or 11585201. OLE color: 11585201.

HSL color Cylindrical-coordinate representation of color #B1C6B0: hue angle of 117.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1C6B0 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB177198176-
CMYK0.1100.110.22
HSL117.27º16.18%73.33%-
HSV(B)117.27º11.11%77.65%-
XYZ46.1652.8748.85-
YUV189.21120.54119.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=32.12%
G=35.93%
B=31.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771981760.1100.110.22117.2716.1873.33
HexB1C6B0B0B16751049
Octal261306260130132616520111
Binary101100011100011010110000101101011101101110101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C6B0; }

 p { color: rgb(177,198,176); }

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

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

 a { background-color: rgb(177,198,176); }

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

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

 span { border-color: rgb(177,198,176); }

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