#B2CEAC

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

Shades of Zanah #B2CEAC

Tints of Zanah #B2CEAC

Color information

#B2CEAC (or 0xB2CEAC) is unknown color: approx Zanah. HEX triplet: B2, CE and AC. RGB value is (178,206,172). Sum of RGB (Red+Green+Blue) = 178+206+172=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEAC is #4D3153. Grayscale: #C1C1C1. Windows color (decimal): -5058900 or 11325106. OLE color: 11325106.

HSL color Cylindrical-coordinate representation of color #B2CEAC: hue angle of 109.41º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2CEAC is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB178206172-
CMYK0.1400.170.19
HSL109.41º25.76%74.12%-
HSV(B)109.41º16.5%80.78%-
XYZ47.8856.5947.43-
YUV193.75115.72116.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=32.01%
G=37.05%
B=30.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061720.1400.170.19109.4125.7674.12
HexB2CEACE011136d1a4a
Octal262316254160212315532112
Binary1011001011001110101011001110010001100111101101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEAC; }

 p { color: rgb(178,206,172); }

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

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

 a { background-color: rgb(178,206,172); }

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

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

 span { border-color: rgb(178,206,172); }

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