#B5C4B6

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

Shades of Zanah #B5C4B6

Tints of Zanah #B5C4B6

Color information

#B5C4B6 (or 0xB5C4B6) is unknown color: approx Zanah. HEX triplet: B5, C4 and B6. RGB value is (181,196,182). Sum of RGB (Red+Green+Blue) = 181+196+182=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4B6 is #4A3B49. Grayscale: #BDBDBD. Windows color (decimal): -4864842 or 11977909. OLE color: 11977909.

HSL color Cylindrical-coordinate representation of color #B5C4B6: hue angle of 124º degrees, saturation: 0.11, 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 #B5C4B6 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB181196182-
CMYK0.0800.070.23
HSL124º11.28%73.92%-
HSV(B)124º7.65%76.86%-
XYZ47.2452.6851.93-
YUV189.92123.53121.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=32.38%
G=35.06%
B=32.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811961820.0800.070.2312411.2873.92
HexB5C4B6807177cb4a
Octal26530426610072717413112
Binary1011010111000100101101101000011110111111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C4B6; }

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

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

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

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

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

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

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

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