#B0C5AE

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

Shades of Zanah #B0C5AE

Tints of Zanah #B0C5AE

Color information

#B0C5AE (or 0xB0C5AE) is unknown color: approx Zanah. HEX triplet: B0, C5 and AE. RGB value is (176,197,174). Sum of RGB (Red+Green+Blue) = 176+197+174=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C5AE is #4F3A51. Grayscale: #BCBCBC. Windows color (decimal): -5192274 or 11453872. OLE color: 11453872.

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

Color convert

RGB176197174-
CMYK0.1100.120.23
HSL114.78º16.55%72.75%-
HSV(B)114.78º11.68%77.25%-
XYZ45.5152.2247.72-
YUV188.1120.04119.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=32.18%
G=36.01%
B=31.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971740.1100.120.23114.7816.5572.75
HexB0C5AEB0C17731149
Octal260305256130142716321111
Binary101100001100010110101110101101100101111110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5AE; }

 p { color: rgb(176,197,174); }

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

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

 a { background-color: rgb(176,197,174); }

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

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

 span { border-color: rgb(176,197,174); }

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