#B1D0AE

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

Shades of Zanah #B1D0AE

Tints of Zanah #B1D0AE

Color information

#B1D0AE (or 0xB1D0AE) is unknown color: approx Zanah. HEX triplet: B1, D0 and AE. RGB value is (177,208,174). Sum of RGB (Red+Green+Blue) = 177+208+174=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D0AE is #4E2F51. Grayscale: #C2C2C2. Windows color (decimal): -5123922 or 11456689. OLE color: 11456689.

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

Color convert

RGB177208174-
CMYK0.1500.160.18
HSL114.71º26.56%74.9%-
HSV(B)114.71º16.35%81.57%-
XYZ48.3357.5148.6-
YUV194.86116.23115.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=31.66%
G=37.21%
B=31.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081740.1500.160.18114.7126.5674.9
HexB1D0AEF01012731b4b
Octal261320256170202216333113
Binary1011000111010000101011101111010000100101110011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D0AE; }

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

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

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

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

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

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

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

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