#B1CFAA

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

Shades of Zanah #B1CFAA

Tints of Zanah #B1CFAA

Color information

#B1CFAA (or 0xB1CFAA) is unknown color: approx Zanah. HEX triplet: B1, CF and AA. RGB value is (177,207,170). Sum of RGB (Red+Green+Blue) = 177+207+170=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CFAA is #4E3055. Grayscale: #C1C1C1. Windows color (decimal): -5124182 or 11194289. OLE color: 11194289.

HSL color Cylindrical-coordinate representation of color #B1CFAA: hue angle of 108.65º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1CFAA is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB177207170-
CMYK0.1400.180.19
HSL108.65º27.82%73.92%-
HSV(B)108.65º17.87%81.18%-
XYZ47.756.8846.49-
YUV193.81114.56116.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=31.95%
G=37.36%
B=30.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071700.1400.180.19108.6527.8273.92
HexB1CFAAE012136d1c4a
Octal261317252160222315534112
Binary1011000111001111101010101110010010100111101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFAA; }

 p { color: rgb(177,207,170); }

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

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

 a { background-color: rgb(177,207,170); }

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

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

 span { border-color: rgb(177,207,170); }

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