#B5C7B4

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

Shades of Zanah #B5C7B4

Tints of Zanah #B5C7B4

Color information

#B5C7B4 (or 0xB5C7B4) is unknown color: approx Zanah. HEX triplet: B5, C7 and B4. RGB value is (181,199,180). Sum of RGB (Red+Green+Blue) = 181+199+180=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C7B4 is #4A384B. Grayscale: #BFBFBF. Windows color (decimal): -4864076 or 11847605. OLE color: 11847605.

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

Color convert

RGB181199180-
CMYK0.0900.100.22
HSL116.84º14.5%74.31%-
HSV(B)116.84º9.55%78.04%-
XYZ47.7253.9751.08-
YUV191.45121.54120.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=32.32%
G=35.54%
B=32.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811991800.0900.100.22116.8414.574.31
HexB5C7B490A1675f4a
Octal265307264110122616517112
Binary10110101110001111011010010010101010110111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C7B4; }

 p { color: rgb(181,199,180); }

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

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

 a { background-color: rgb(181,199,180); }

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

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

 span { border-color: rgb(181,199,180); }

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