#B2C5B0

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

Shades of Zanah #B2C5B0

Tints of Zanah #B2C5B0

Color information

#B2C5B0 (or 0xB2C5B0) is unknown color: approx Zanah. HEX triplet: B2, C5 and B0. RGB value is (178,197,176). Sum of RGB (Red+Green+Blue) = 178+197+176=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C5B0 is #4D3A4F. Grayscale: #BCBCBC. Windows color (decimal): -5061200 or 11584946. OLE color: 11584946.

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

Color convert

RGB178197176-
CMYK0.1000.110.23
HSL114.29º15.33%73.14%-
HSV(B)114.29º10.66%77.25%-
XYZ46.1652.5348.78-
YUV188.92120.71120.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 197 (77.34% from 255) = 35.75%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=32.30%
G=35.75%
B=31.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781971760.1000.110.23114.2915.3373.14
HexB2C5B0A0B1772f49
Octal262305260120132716217111
Binary10110010110001011011000010100101110111111001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C5B0; }

 p { color: rgb(178,197,176); }

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

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

 a { background-color: rgb(178,197,176); }

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

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

 span { border-color: rgb(178,197,176); }

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