#B1D2AC

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

Shades of Zanah #B1D2AC

Tints of Zanah #B1D2AC

Color information

#B1D2AC (or 0xB1D2AC) is unknown color: approx Zanah. HEX triplet: B1, D2 and AC. RGB value is (177,210,172). Sum of RGB (Red+Green+Blue) = 177+210+172=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D2AC is #4E2D53. Grayscale: #C3C3C3. Windows color (decimal): -5123412 or 11326129. OLE color: 11326129.

HSL color Cylindrical-coordinate representation of color #B1D2AC: hue angle of 112.11º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1D2AC is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB177210172-
CMYK0.1600.180.18
HSL112.11º29.69%74.9%-
HSV(B)112.11º18.1%82.35%-
XYZ48.6258.4247.74-
YUV195.8114.57114.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 210 (82.42% from 255) = 37.57%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=31.66%
G=37.57%
B=30.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772101720.1600.180.18112.1129.6974.9
HexB1D2AC1001212701e4b
Octal261322254200222216036113
Binary10110001110100101010110010000010010100101110000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D2AC; }

 p { color: rgb(177,210,172); }

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

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

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

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

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

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

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