#B1CFAD

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

Shades of Zanah #B1CFAD

Tints of Zanah #B1CFAD

Color information

#B1CFAD (or 0xB1CFAD) is unknown color: approx Zanah. HEX triplet: B1, CF and AD. RGB value is (177,207,173). Sum of RGB (Red+Green+Blue) = 177+207+173=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CFAD is #4E3052. Grayscale: #C2C2C2. Windows color (decimal): -5124179 or 11390897. OLE color: 11390897.

HSL color Cylindrical-coordinate representation of color #B1CFAD: hue angle of 112.94º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1CFAD is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB177207173-
CMYK0.1400.160.19
HSL112.94º26.15%74.51%-
HSV(B)112.94º16.43%81.18%-
XYZ47.9956.9948.01-
YUV194.15116.06115.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=31.78%
G=37.16%
B=31.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071730.1400.160.19112.9426.1574.51
HexB1CFADE01013711a4b
Octal261317255160202316132113
Binary1011000111001111101011011110010000100111110001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFAD; }

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

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

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

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

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

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

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

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