#B1CAB3

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

Shades of Zanah #B1CAB3

Tints of Zanah #B1CAB3

Color information

#B1CAB3 (or 0xB1CAB3) is unknown color: approx Zanah. HEX triplet: B1, CA and B3. RGB value is (177,202,179). Sum of RGB (Red+Green+Blue) = 177+202+179=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAB3 is #4E354C. Grayscale: #BFBFBF. Windows color (decimal): -5125453 or 11782833. OLE color: 11782833.

HSL color Cylindrical-coordinate representation of color #B1CAB3: hue angle of 124.8º 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 #B1CAB3 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB177202179-
CMYK0.1200.110.21
HSL124.8º19.08%74.31%-
HSV(B)124.8º12.38%79.22%-
XYZ47.3954.8450.74-
YUV191.9120.72117.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=31.72%
G=36.20%
B=32.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021790.1200.110.21124.819.0874.31
HexB1CAB3C0B157d134a
Octal261312263140132517523112
Binary101100011100101010110011110001011101011111101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAB3; }

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

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

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

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

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

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

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

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