#B1CDAE

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

Shades of Zanah #B1CDAE

Tints of Zanah #B1CDAE

Color information

#B1CDAE (or 0xB1CDAE) is unknown color: approx Zanah. HEX triplet: B1, CD and AE. RGB value is (177,205,174). Sum of RGB (Red+Green+Blue) = 177+205+174=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CDAE is #4E3251. Grayscale: #C1C1C1. Windows color (decimal): -5124690 or 11455921. OLE color: 11455921.

HSL color Cylindrical-coordinate representation of color #B1CDAE: hue angle of 114.19º degrees, saturation: 0.24, 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 #B1CDAE is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB177205174-
CMYK0.1400.150.20
HSL114.19º23.66%74.31%-
HSV(B)114.19º15.12%80.39%-
XYZ47.656.0748.36-
YUV193.09117.22116.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=31.83%
G=36.87%
B=31.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051740.1400.150.20114.1923.6674.31
HexB1CDAEE0F1472184a
Octal261315256160172416230112
Binary101100011100110110101110111001111101001110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDAE; }

 p { color: rgb(177,205,174); }

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

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

 a { background-color: rgb(177,205,174); }

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

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

 span { border-color: rgb(177,205,174); }

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