#B1C8B2

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

Shades of Zanah #B1C8B2

Tints of Zanah #B1C8B2

Color information

#B1C8B2 (or 0xB1C8B2) is unknown color: approx Zanah. HEX triplet: B1, C8 and B2. RGB value is (177,200,178). Sum of RGB (Red+Green+Blue) = 177+200+178=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C8B2 is #4E374D. Grayscale: #BEBEBE. Windows color (decimal): -5125966 or 11716785. OLE color: 11716785.

HSL color Cylindrical-coordinate representation of color #B1C8B2: hue angle of 122.61º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C8B2 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB177200178-
CMYK0.1200.110.22
HSL122.61º17.29%73.92%-
HSV(B)122.61º11.5%78.43%-
XYZ46.8253.8750.05-
YUV190.61120.88118.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=31.89%
G=36.04%
B=32.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001780.1200.110.22122.6117.2973.92
HexB1C8B2C0B167b114a
Octal261310262140132617321112
Binary101100011100100010110010110001011101101111011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C8B2; }

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

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

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

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

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

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

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

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