#B1C3B1

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

Shades of Zanah #B1C3B1

Tints of Zanah #B1C3B1

Color information

#B1C3B1 (or 0xB1C3B1) is unknown color: approx Zanah. HEX triplet: B1, C3 and B1. RGB value is (177,195,177). Sum of RGB (Red+Green+Blue) = 177+195+177=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C3B1 is #4E3C4E. Grayscale: #BBBBBB. Windows color (decimal): -5127247 or 11649969. OLE color: 11649969.

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

Color convert

RGB177195177-
CMYK0.0900.090.24
HSL120º13.04%72.94%-
HSV(B)120º9.23%76.47%-
XYZ45.5851.5549.14-
YUV187.57122.04120.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 177 (69.53% from 255) = 32.24%
R=32.24%
G=35.52%
B=32.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951770.0900.090.2412013.0472.94
HexB1C3B19091878d49
Octal261303261110113017015111
Binary10110001110000111011000110010100111000111100011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3B1; }

 p { color: rgb(177,195,177); }

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

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

 a { background-color: rgb(177,195,177); }

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

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

 span { border-color: rgb(177,195,177); }

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