#B1CAB2

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

Shades of Zanah #B1CAB2

Tints of Zanah #B1CAB2

Color information

#B1CAB2 (or 0xB1CAB2) is unknown color: approx Zanah. HEX triplet: B1, CA and B2. RGB value is (177,202,178). Sum of RGB (Red+Green+Blue) = 177+202+178=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CAB2 is #4E354D. Grayscale: #BFBFBF. Windows color (decimal): -5125454 or 11717297. OLE color: 11717297.

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

Color convert

RGB177202178-
CMYK0.1200.120.21
HSL122.4º19.08%74.31%-
HSV(B)122.4º12.38%79.22%-
XYZ47.2954.850.21-
YUV191.79120.22117.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=31.78%
G=36.27%
B=31.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021780.1200.120.21122.419.0874.31
HexB1CAB2C0C157a134a
Octal261312262140142517223112
Binary101100011100101010110010110001100101011111010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAB2; }

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

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

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

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

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

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

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

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