#B0CBAF

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

Shades of Zanah #B0CBAF

Tints of Zanah #B0CBAF

Color information

#B0CBAF (or 0xB0CBAF) is unknown color: approx Zanah. HEX triplet: B0, CB and AF. RGB value is (176,203,175). Sum of RGB (Red+Green+Blue) = 176+203+175=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBAF is #4F3450. Grayscale: #BFBFBF. Windows color (decimal): -5190737 or 11520944. OLE color: 11520944.

HSL color Cylindrical-coordinate representation of color #B0CBAF: hue angle of 117.86º 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 #B0CBAF is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB176203175-
CMYK0.1300.140.20
HSL117.86º21.21%74.12%-
HSV(B)117.86º13.79%79.61%-
XYZ4755.0448.7-
YUV191.73118.55116.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=31.77%
G=36.64%
B=31.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031750.1300.140.20117.8621.2174.12
HexB0CBAFD0E1476154a
Octal260313257150162416625112
Binary101100001100101110101111110101110101001110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBAF; }

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

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

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

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

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

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

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

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