#B2CAB4

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

Shades of Zanah #B2CAB4

Tints of Zanah #B2CAB4

Color information

#B2CAB4 (or 0xB2CAB4) is unknown color: approx Zanah. HEX triplet: B2, CA and B4. RGB value is (178,202,180). Sum of RGB (Red+Green+Blue) = 178+202+180=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CAB4 is #4D354B. Grayscale: #C0C0C0. Windows color (decimal): -5059916 or 11848370. OLE color: 11848370.

HSL color Cylindrical-coordinate representation of color #B2CAB4: hue angle of 125º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CAB4 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB178202180-
CMYK0.1200.110.21
HSL125º18.46%74.51%-
HSV(B)125º11.88%79.22%-
XYZ47.725551.28-
YUV192.32121.05117.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=31.79%
G=36.07%
B=32.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021800.1200.110.2112518.4674.51
HexB2CAB4C0B157d124b
Octal262312264140132517522113
Binary101100101100101010110100110001011101011111101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CAB4; }

 p { color: rgb(178,202,180); }

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

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

 a { background-color: rgb(178,202,180); }

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

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

 span { border-color: rgb(178,202,180); }

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