#B2CDAD

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

Shades of Zanah #B2CDAD

Tints of Zanah #B2CDAD

Color information

#B2CDAD (or 0xB2CDAD) is unknown color: approx Zanah. HEX triplet: B2, CD and AD. RGB value is (178,205,173). Sum of RGB (Red+Green+Blue) = 178+205+173=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CDAD is #4D3252. Grayscale: #C1C1C1. Windows color (decimal): -5059155 or 11390386. OLE color: 11390386.

HSL color Cylindrical-coordinate representation of color #B2CDAD: hue angle of 110.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2CDAD is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB178205173-
CMYK0.1300.160.20
HSL110.62º24.24%74.12%-
HSV(B)110.62º15.61%80.39%-
XYZ47.7356.1447.86-
YUV193.28116.55117.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=32.01%
G=36.87%
B=31.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051730.1300.160.20110.6224.2474.12
HexB2CDADD010146f184a
Octal262315255150202415730112
Binary1011001011001101101011011101010000101001101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDAD; }

 p { color: rgb(178,205,173); }

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

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

 a { background-color: rgb(178,205,173); }

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

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

 span { border-color: rgb(178,205,173); }

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