#B2CFB0

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

Shades of Zanah #B2CFB0

Tints of Zanah #B2CFB0

Color information

#B2CFB0 (or 0xB2CFB0) is unknown color: approx Zanah. HEX triplet: B2, CF and B0. RGB value is (178,207,176). Sum of RGB (Red+Green+Blue) = 178+207+176=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CFB0 is #4D304F. Grayscale: #C2C2C2. Windows color (decimal): -5058640 or 11587506. OLE color: 11587506.

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

Color convert

RGB178207176-
CMYK0.1400.150.19
HSL116.13º24.41%75.1%-
HSV(B)116.13º14.98%81.18%-
XYZ48.5157.2349.56-
YUV194.8117.39116.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=31.73%
G=36.90%
B=31.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782071760.1400.150.19116.1324.4175.1
HexB2CFB0E0F1374184b
Octal262317260160172316430113
Binary101100101100111110110000111001111100111110100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CFB0; }

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

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

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

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

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

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

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

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