#B3CEAE

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

Shades of Zanah #B3CEAE

Tints of Zanah #B3CEAE

Color information

#B3CEAE (or 0xB3CEAE) is unknown color: approx Zanah. HEX triplet: B3, CE and AE. RGB value is (179,206,174). Sum of RGB (Red+Green+Blue) = 179+206+174=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CEAE is #4C3151. Grayscale: #C2C2C2. Windows color (decimal): -4993362 or 11456179. OLE color: 11456179.

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

Color convert

RGB179206174-
CMYK0.1300.160.19
HSL110.62º24.62%74.51%-
HSV(B)110.62º15.53%80.78%-
XYZ48.356.7848.46-
YUV194.28116.55117.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=32.02%
G=36.85%
B=31.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061740.1300.160.19110.6224.6274.51
HexB3CEAED010136f194b
Octal263316256150202315731113
Binary1011001111001110101011101101010000100111101111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEAE; }

 p { color: rgb(179,206,174); }

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

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

 a { background-color: rgb(179,206,174); }

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

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

 span { border-color: rgb(179,206,174); }

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