#B0CCAF

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

Shades of Zanah #B0CCAF

Tints of Zanah #B0CCAF

Color information

#B0CCAF (or 0xB0CCAF) is unknown color: approx Zanah. HEX triplet: B0, CC and AF. RGB value is (176,204,175). Sum of RGB (Red+Green+Blue) = 176+204+175=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCAF is #4F3350. Grayscale: #C0C0C0. Windows color (decimal): -5190481 or 11521200. OLE color: 11521200.

HSL color Cylindrical-coordinate representation of color #B0CCAF: hue angle of 117.93º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CCAF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB176204175-
CMYK0.1400.140.2
HSL117.93º22.14%74.31%-
HSV(B)117.93º14.22%80%-
XYZ47.2455.5148.78-
YUV192.32118.22116.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=31.71%
G=36.76%
B=31.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041750.1400.140.2117.9322.1474.31
HexB0CCAFE0E1476164a
Octal260314257160162416626112
Binary101100001100110010101111111001110101001110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCAF; }

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

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

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

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

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

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

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

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