#B1C8AF

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

Shades of Zanah #B1C8AF

Tints of Zanah #B1C8AF

Color information

#B1C8AF (or 0xB1C8AF) is unknown color: approx Zanah. HEX triplet: B1, C8 and AF. RGB value is (177,200,175). Sum of RGB (Red+Green+Blue) = 177+200+175=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C8AF is #4E3750. Grayscale: #BEBEBE. Windows color (decimal): -5125969 or 11520177. OLE color: 11520177.

HSL color Cylindrical-coordinate representation of color #B1C8AF: hue angle of 115.2º degrees, saturation: 0.19, 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 #B1C8AF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB177200175-
CMYK0.1200.120.22
HSL115.2º18.52%73.53%-
HSV(B)115.2º12.5%78.43%-
XYZ46.5253.7548.48-
YUV190.27119.38118.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 200 (78.52% from 255) = 36.23%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=32.07%
G=36.23%
B=31.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001750.1200.120.22115.218.5273.53
HexB1C8AFC0C1673134a
Octal261310257140142616323112
Binary101100011100100010101111110001100101101110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C8AF; }

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

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

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

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

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

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

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

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