#B7C1B8

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

Shades of Zanah #B7C1B8

Tints of Zanah #B7C1B8

Color information

#B7C1B8 (or 0xB7C1B8) is unknown color: approx Zanah. HEX triplet: B7, C1 and B8. RGB value is (183,193,184). Sum of RGB (Red+Green+Blue) = 183+193+184=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C1B8 is #483E47. Grayscale: #BDBDBD. Windows color (decimal): -4734536 or 12108215. OLE color: 12108215.

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

Color convert

RGB183193184-
CMYK0.0500.050.24
HSL126º7.46%73.73%-
HSV(B)126º5.18%75.69%-
XYZ47.2551.6752.83-
YUV188.98125.19123.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.68%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=32.68%
G=34.46%
B=32.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831931840.0500.050.241267.4673.73
HexB7C1B8505187e74a
Octal267301270505301767112
Binary10110111110000011011100010101011100011111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C1B8; }

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

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

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

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

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

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

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

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