#B2C4B1

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

Shades of Zanah #B2C4B1

Tints of Zanah #B2C4B1

Color information

#B2C4B1 (or 0xB2C4B1) is unknown color: approx Zanah. HEX triplet: B2, C4 and B1. RGB value is (178,196,177). Sum of RGB (Red+Green+Blue) = 178+196+177=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C4B1 is #4D3B4E. Grayscale: #BCBCBC. Windows color (decimal): -5061455 or 11650226. OLE color: 11650226.

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

Color convert

RGB178196177-
CMYK0.0900.100.23
HSL116.84º13.87%73.14%-
HSV(B)116.84º9.69%76.86%-
XYZ46.0452.1249.23-
YUV188.45121.54120.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=32.30%
G=35.57%
B=32.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961770.0900.100.23116.8413.8773.14
HexB2C4B190A1775e49
Octal262304261110122716516111
Binary10110010110001001011000110010101010111111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4B1; }

 p { color: rgb(178,196,177); }

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

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

 a { background-color: rgb(178,196,177); }

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

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

 span { border-color: rgb(178,196,177); }

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