#B1CBAD

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

Shades of Zanah #B1CBAD

Tints of Zanah #B1CBAD

Color information

#B1CBAD (or 0xB1CBAD) is unknown color: approx Zanah. HEX triplet: B1, CB and AD. RGB value is (177,203,173). Sum of RGB (Red+Green+Blue) = 177+203+173=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CBAD is #4E3452. Grayscale: #BFBFBF. Windows color (decimal): -5125203 or 11389873. OLE color: 11389873.

HSL color Cylindrical-coordinate representation of color #B1CBAD: hue angle of 112º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1CBAD is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB177203173-
CMYK0.1300.150.20
HSL112º22.39%73.73%-
HSV(B)112º14.78%79.61%-
XYZ47.0355.0847.69-
YUV191.81117.39117.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=32.01%
G=36.71%
B=31.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772031730.1300.150.2011222.3973.73
HexB1CBADD0F1470164a
Octal261313255150172416026112
Binary101100011100101110101101110101111101001110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CBAD; }

 p { color: rgb(177,203,173); }

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

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

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

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

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

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

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