#B3CEB1

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

Shades of Zanah #B3CEB1

Tints of Zanah #B3CEB1

Color information

#B3CEB1 (or 0xB3CEB1) is unknown color: approx Zanah. HEX triplet: B3, CE and B1. RGB value is (179,206,177). Sum of RGB (Red+Green+Blue) = 179+206+177=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CEB1 is #4C314E. Grayscale: #C2C2C2. Windows color (decimal): -4993359 or 11652787. OLE color: 11652787.

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

Color convert

RGB179206177-
CMYK0.1300.140.19
HSL115.86º22.83%75.1%-
HSV(B)115.86º14.08%80.78%-
XYZ48.656.950.02-
YUV194.62118.05116.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 177 (69.53% from 255) = 31.49%
R=31.85%
G=36.65%
B=31.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061770.1300.140.19115.8622.8375.1
HexB3CEB1D0E1374174b
Octal263316261150162316427113
Binary101100111100111010110001110101110100111110100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEB1; }

 p { color: rgb(179,206,177); }

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

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

 a { background-color: rgb(179,206,177); }

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

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

 span { border-color: rgb(179,206,177); }

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