#B1C3B2

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

Shades of Zanah #B1C3B2

Tints of Zanah #B1C3B2

Color information

#B1C3B2 (or 0xB1C3B2) is unknown color: approx Zanah. HEX triplet: B1, C3 and B2. RGB value is (177,195,178). Sum of RGB (Red+Green+Blue) = 177+195+178=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C3B2 is #4E3C4D. Grayscale: #BBBBBB. Windows color (decimal): -5127246 or 11715505. OLE color: 11715505.

HSL color Cylindrical-coordinate representation of color #B1C3B2: hue angle of 123.33º 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 #B1C3B2 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB177195178-
CMYK0.0900.090.24
HSL123.33º13.04%72.94%-
HSV(B)123.33º9.23%76.47%-
XYZ45.6851.5949.67-
YUV187.68122.54120.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 178 (69.92% from 255) = 32.36%
R=32.18%
G=35.45%
B=32.36%

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
Decimal1771951780.0900.090.24123.3313.0472.94
HexB1C3B2909187bd49
Octal261303262110113017315111
Binary10110001110000111011001010010100111000111101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3B2; }

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

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

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

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

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

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

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

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