#B0C6AF

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

Shades of Zanah #B0C6AF

Tints of Zanah #B0C6AF

Color information

#B0C6AF (or 0xB0C6AF) is unknown color: approx Zanah. HEX triplet: B0, C6 and AF. RGB value is (176,198,175). Sum of RGB (Red+Green+Blue) = 176+198+175=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C6AF is #4F3950. Grayscale: #BCBCBC. Windows color (decimal): -5192017 or 11519664. OLE color: 11519664.

HSL color Cylindrical-coordinate representation of color #B0C6AF: hue angle of 117.39º degrees, saturation: 0.17, 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 #B0C6AF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB176198175-
CMYK0.1100.120.22
HSL117.39º16.79%73.14%-
HSV(B)117.39º11.62%77.65%-
XYZ45.8452.7148.32-
YUV188.8120.21118.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 198 (77.73% from 255) = 36.07%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=32.06%
G=36.07%
B=31.88%

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
Decimal1761981750.1100.120.22117.3916.7973.14
HexB0C6AFB0C16751149
Octal260306257130142616521111
Binary101100001100011010101111101101100101101110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C6AF; }

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

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

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

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

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

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

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

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