#B3CAB1

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

Shades of Zanah #B3CAB1

Tints of Zanah #B3CAB1

Color information

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

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

Color convert

RGB179202177-
CMYK0.1100.120.21
HSL115.2º19.08%74.31%-
HSV(B)115.2º12.38%79.22%-
XYZ47.655549.7-
YUV192.27119.38118.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021770.1100.120.21115.219.0874.31
HexB3CAB1B0C1573134a
Octal263312261130142516323112
Binary101100111100101010110001101101100101011110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAB1; }

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

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

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

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

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

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

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

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