#B5C5B6

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

Shades of Zanah #B5C5B6

Tints of Zanah #B5C5B6

Color information

#B5C5B6 (or 0xB5C5B6) is unknown color: approx Zanah. HEX triplet: B5, C5 and B6. RGB value is (181,197,182). Sum of RGB (Red+Green+Blue) = 181+197+182=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5B6 is #4A3A49. Grayscale: #BEBEBE. Windows color (decimal): -4864586 or 11978165. OLE color: 11978165.

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

Color convert

RGB181197182-
CMYK0.0800.080.23
HSL123.75º12.12%74.12%-
HSV(B)123.75º8.12%77.25%-
XYZ47.4753.1352.01-
YUV190.51123.2121.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=32.32%
G=35.18%
B=32.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811971820.0800.080.23123.7512.1274.12
HexB5C5B6808177cc4a
Octal265305266100102717414112
Binary10110101110001011011011010000100010111111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5B6; }

 p { color: rgb(181,197,182); }

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

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

 a { background-color: rgb(181,197,182); }

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

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

 span { border-color: rgb(181,197,182); }

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