#B7C4B8

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

Shades of Zanah #B7C4B8

Tints of Zanah #B7C4B8

Color information

#B7C4B8 (or 0xB7C4B8) is unknown color: approx Zanah. HEX triplet: B7, C4 and B8. RGB value is (183,196,184). Sum of RGB (Red+Green+Blue) = 183+196+184=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C4B8 is #483B47. Grayscale: #BEBEBE. Windows color (decimal): -4733768 or 12108983. OLE color: 12108983.

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

Color convert

RGB183196184-
CMYK0.0700.060.23
HSL124.62º9.92%74.31%-
HSV(B)124.62º6.63%76.86%-
XYZ47.9253.0153.05-
YUV190.74124.19122.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.50%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=32.50%
G=34.81%
B=32.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831961840.0700.060.23124.629.9274.31
HexB7C4B8706177da4a
Octal2673042707062717512112
Binary101101111100010010111000111011010111111110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C4B8; }

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

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

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

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

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

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

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

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