#B6C5B7

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

Shades of Zanah #B6C5B7

Tints of Zanah #B6C5B7

Color information

#B6C5B7 (or 0xB6C5B7) is unknown color: approx Zanah. HEX triplet: B6, C5 and B7. RGB value is (182,197,183). Sum of RGB (Red+Green+Blue) = 182+197+183=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5B7 is #493A48. Grayscale: #BEBEBE. Windows color (decimal): -4799049 or 12043702. OLE color: 12043702.

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

Color convert

RGB182197183-
CMYK0.0800.070.23
HSL124º11.45%74.31%-
HSV(B)124º7.61%77.25%-
XYZ47.853.352.57-
YUV190.92123.53121.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=32.38%
G=35.05%
B=32.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821971830.0800.070.2312411.4574.31
HexB6C5B7807177cb4a
Octal26630526710072717413112
Binary1011011011000101101101111000011110111111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C5B7; }

 p { color: rgb(182,197,183); }

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

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

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

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

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

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

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