#B0CEAE

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

Shades of Zanah #B0CEAE

Tints of Zanah #B0CEAE

Color information

#B0CEAE (or 0xB0CEAE) is unknown color: approx Zanah. HEX triplet: B0, CE and AE. RGB value is (176,206,174). Sum of RGB (Red+Green+Blue) = 176+206+174=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEAE is #4F3151. Grayscale: #C1C1C1. Windows color (decimal): -5189970 or 11456176. OLE color: 11456176.

HSL color Cylindrical-coordinate representation of color #B0CEAE: hue angle of 116.25º 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 #B0CEAE is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB176206174-
CMYK0.1500.160.19
HSL116.25º24.62%74.51%-
HSV(B)116.25º15.53%80.78%-
XYZ47.6256.4348.43-
YUV193.38117.06115.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=31.65%
G=37.05%
B=31.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061740.1500.160.19116.2524.6274.51
HexB0CEAEF0101374194b
Octal260316256170202316431113
Binary1011000011001110101011101111010000100111110100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEAE; }

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

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

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

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

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

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

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

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