#B0CAAC

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

Shades of Zanah #B0CAAC

Tints of Zanah #B0CAAC

Color information

#B0CAAC (or 0xB0CAAC) is unknown color: approx Zanah. HEX triplet: B0, CA and AC. RGB value is (176,202,172). Sum of RGB (Red+Green+Blue) = 176+202+172=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CAAC is #4F3553. Grayscale: #BEBEBE. Windows color (decimal): -5190996 or 11324080. OLE color: 11324080.

HSL color Cylindrical-coordinate representation of color #B0CAAC: hue angle of 112º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CAAC is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB176202172-
CMYK0.1300.150.21
HSL112º22.06%73.33%-
HSV(B)112º14.85%79.22%-
XYZ46.4754.4547.09-
YUV190.81117.39117.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=32%
G=36.73%
B=31.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021720.1300.150.2111222.0673.33
HexB0CAACD0F15701649
Octal260312254150172516026111
Binary101100001100101010101100110101111101011110000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAAC; }

 p { color: rgb(176,202,172); }

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

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

 a { background-color: rgb(176,202,172); }

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

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

 span { border-color: rgb(176,202,172); }

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