#B0CFAF

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

Shades of Zanah #B0CFAF

Tints of Zanah #B0CFAF

Color information

#B0CFAF (or 0xB0CFAF) is unknown color: approx Zanah. HEX triplet: B0, CF and AF. RGB value is (176,207,175). Sum of RGB (Red+Green+Blue) = 176+207+175=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CFAF is #4F3050. Grayscale: #C2C2C2. Windows color (decimal): -5189713 or 11521968. OLE color: 11521968.

HSL color Cylindrical-coordinate representation of color #B0CFAF: hue angle of 118.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CFAF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB176207175-
CMYK0.1500.150.19
HSL118.12º25%74.9%-
HSV(B)118.12º15.46%81.18%-
XYZ47.9656.9549.02-
YUV194.08117.23115.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=31.54%
G=37.10%
B=31.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762071750.1500.150.19118.122574.9
HexB0CFAFF0F1376194b
Octal260317257170172316631113
Binary101100001100111110101111111101111100111110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFAF; }

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

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

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

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

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

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

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

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