#B7C4B7

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

Shades of Zanah #B7C4B7

Tints of Zanah #B7C4B7

Color information

#B7C4B7 (or 0xB7C4B7) is unknown color: approx Zanah. HEX triplet: B7, C4 and B7. RGB value is (183,196,183). Sum of RGB (Red+Green+Blue) = 183+196+183=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C4B7 is #483B48. Grayscale: #BEBEBE. Windows color (decimal): -4733769 or 12043447. OLE color: 12043447.

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

Color convert

RGB183196183-
CMYK0.0700.070.23
HSL120º9.92%74.31%-
HSV(B)120º6.63%76.86%-
XYZ47.8252.9752.5-
YUV190.63123.69122.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=32.56%
G=34.88%
B=32.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831961830.0700.070.231209.9274.31
HexB7C4B77071778a4a
Octal2673042677072717012112
Binary101101111100010010110111111011110111111100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C4B7; }

 p { color: rgb(183,196,183); }

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

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

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

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

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

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

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