#B4C8B2

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

Shades of Zanah #B4C8B2

Tints of Zanah #B4C8B2

Color information

#B4C8B2 (or 0xB4C8B2) is unknown color: approx Zanah. HEX triplet: B4, C8 and B2. RGB value is (180,200,178). Sum of RGB (Red+Green+Blue) = 180+200+178=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C8B2 is #4B374D. Grayscale: #BFBFBF. Windows color (decimal): -4929358 or 11716788. OLE color: 11716788.

HSL color Cylindrical-coordinate representation of color #B4C8B2: hue angle of 114.55º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C8B2 is Cyan = 0.1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB180200178-
CMYK0.100.110.22
HSL114.55º16.67%74.12%-
HSV(B)114.55º11%78.43%-
XYZ47.5154.2350.08-
YUV191.51120.37119.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=32.26%
G=35.84%
B=31.90%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1802001780.100.110.22114.5516.6774.12
HexB4C8B2A0B1673114a
Octal264310262120132616321112
Binary101101001100100010110010101001011101101110011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C8B2; }

 p { color: rgb(180,200,178); }

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

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

 a { background-color: rgb(180,200,178); }

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

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

 span { border-color: rgb(180,200,178); }

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