#B0D2AF

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

Shades of Zanah #B0D2AF

Tints of Zanah #B0D2AF

Color information

#B0D2AF (or 0xB0D2AF) is unknown color: approx Zanah. HEX triplet: B0, D2 and AF. RGB value is (176,210,175). Sum of RGB (Red+Green+Blue) = 176+210+175=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D2AF is #4F2D50. Grayscale: #C3C3C3. Windows color (decimal): -5188945 or 11522736. OLE color: 11522736.

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

Color convert

RGB176210175-
CMYK0.1600.170.18
HSL118.29º28%75.49%-
HSV(B)118.29º16.67%82.35%-
XYZ48.6958.4249.27-
YUV195.84116.24113.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=31.37%
G=37.43%
B=31.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101750.1600.170.18118.292875.49
HexB0D2AF1001112761c4b
Octal260322257200212216634113
Binary10110000110100101010111110000010001100101110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2AF; }

 p { color: rgb(176,210,175); }

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

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

 a { background-color: rgb(176,210,175); }

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

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

 span { border-color: rgb(176,210,175); }

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