#B0C5B1

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

Shades of Zanah #B0C5B1

Tints of Zanah #B0C5B1

Color information

#B0C5B1 (or 0xB0C5B1) is unknown color: approx Zanah. HEX triplet: B0, C5 and B1. RGB value is (176,197,177). Sum of RGB (Red+Green+Blue) = 176+197+177=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C5B1 is #4F3A4E. Grayscale: #BCBCBC. Windows color (decimal): -5192271 or 11650480. OLE color: 11650480.

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

Color convert

RGB176197177-
CMYK0.1100.100.23
HSL122.86º15.33%73.14%-
HSV(B)122.86º10.66%77.25%-
XYZ45.8152.3449.28-
YUV188.44121.54119.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=32%
G=35.82%
B=32.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971770.1100.100.23122.8615.3373.14
HexB0C5B1B0A177bf49
Octal260305261130122717317111
Binary10110000110001011011000110110101010111111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5B1; }

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

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

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

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

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

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

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

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