#B3CBAF

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

Shades of Zanah #B3CBAF

Tints of Zanah #B3CBAF

Color information

#B3CBAF (or 0xB3CBAF) is unknown color: approx Zanah. HEX triplet: B3, CB and AF. RGB value is (179,203,175). Sum of RGB (Red+Green+Blue) = 179+203+175=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CBAF is #4C3450. Grayscale: #C0C0C0. Windows color (decimal): -4994129 or 11520947. OLE color: 11520947.

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

Color convert

RGB179203175-
CMYK0.1200.140.20
HSL111.43º21.21%74.12%-
HSV(B)111.43º13.79%79.61%-
XYZ47.6855.3948.74-
YUV192.63118.05118.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=32.14%
G=36.45%
B=31.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031750.1200.140.20111.4321.2174.12
HexB3CBAFC0E146f154a
Octal263313257140162415725112
Binary101100111100101110101111110001110101001101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBAF; }

 p { color: rgb(179,203,175); }

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

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

 a { background-color: rgb(179,203,175); }

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

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

 span { border-color: rgb(179,203,175); }

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