#B1C7AF

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

Shades of Zanah #B1C7AF

Tints of Zanah #B1C7AF

Color information

#B1C7AF (or 0xB1C7AF) is unknown color: approx Zanah. HEX triplet: B1, C7 and AF. RGB value is (177,199,175). Sum of RGB (Red+Green+Blue) = 177+199+175=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C7AF is #4E3850. Grayscale: #BDBDBD. Windows color (decimal): -5126225 or 11519921. OLE color: 11519921.

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

Color convert

RGB177199175-
CMYK0.1100.120.22
HSL115º17.65%73.33%-
HSV(B)115º12.06%78.04%-
XYZ46.2953.2948.4-
YUV189.69119.71118.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 199 (78.12% from 255) = 36.12%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=32.12%
G=36.12%
B=31.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771991750.1100.120.2211517.6573.33
HexB1C7AFB0C16731249
Octal261307257130142616322111
Binary101100011100011110101111101101100101101110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C7AF; }

 p { color: rgb(177,199,175); }

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

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

 a { background-color: rgb(177,199,175); }

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

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

 span { border-color: rgb(177,199,175); }

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