#B1CAB1

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

Shades of Zanah #B1CAB1

Tints of Zanah #B1CAB1

Color information

#B1CAB1 (or 0xB1CAB1) is unknown color: approx Zanah. HEX triplet: B1, CA and B1. RGB value is (177,202,177). Sum of RGB (Red+Green+Blue) = 177+202+177=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CAB1 is #4E354E. Grayscale: #BFBFBF. Windows color (decimal): -5125455 or 11651761. OLE color: 11651761.

HSL color Cylindrical-coordinate representation of color #B1CAB1: hue angle of 120º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1CAB1 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB177202177-
CMYK0.1200.120.21
HSL120º19.08%74.31%-
HSV(B)120º12.38%79.22%-
XYZ47.1954.7649.68-
YUV191.68119.72117.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=31.83%
G=36.33%
B=31.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021770.1200.120.2112019.0874.31
HexB1CAB1C0C1578134a
Octal261312261140142517023112
Binary101100011100101010110001110001100101011111000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAB1; }

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

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

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

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

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

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

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

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