#B4CAB2

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

Shades of Zanah #B4CAB2

Tints of Zanah #B4CAB2

Color information

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

HSL color Cylindrical-coordinate representation of color #B4CAB2: hue angle of 115º 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 #B4CAB2 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB180202178-
CMYK0.1100.120.21
HSL115º18.46%74.51%-
HSV(B)115º11.88%79.22%-
XYZ47.9855.1650.24-
YUV192.69119.71118.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021780.1100.120.2111518.4674.51
HexB4CAB2B0C1573124b
Octal264312262130142516322113
Binary101101001100101010110010101101100101011110011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAB2; }

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

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

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

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

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

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

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

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