#B1CBB0

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

Shades of Zanah #B1CBB0

Tints of Zanah #B1CBB0

Color information

#B1CBB0 (or 0xB1CBB0) is unknown color: approx Zanah. HEX triplet: B1, CB and B0. RGB value is (177,203,176). Sum of RGB (Red+Green+Blue) = 177+203+176=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CBB0 is #4E344F. Grayscale: #C0C0C0. Windows color (decimal): -5125200 or 11586481. OLE color: 11586481.

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

Color convert

RGB177203176-
CMYK0.1300.130.20
HSL117.78º20.61%74.31%-
HSV(B)117.78º13.3%79.61%-
XYZ47.3255.1949.23-
YUV192.15118.89117.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=31.83%
G=36.51%
B=31.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772031760.1300.130.20117.7820.6174.31
HexB1CBB0D0D1476154a
Octal261313260150152416625112
Binary101100011100101110110000110101101101001110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CBB0; }

 p { color: rgb(177,203,176); }

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

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

 a { background-color: rgb(177,203,176); }

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

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

 span { border-color: rgb(177,203,176); }

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