#B3CEB4

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

Shades of Zanah #B3CEB4

Tints of Zanah #B3CEB4

Color information

#B3CEB4 (or 0xB3CEB4) is unknown color: approx Zanah. HEX triplet: B3, CE and B4. RGB value is (179,206,180). Sum of RGB (Red+Green+Blue) = 179+206+180=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEB4 is #4C314B. Grayscale: #C3C3C3. Windows color (decimal): -4993356 or 11849395. OLE color: 11849395.

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

Color convert

RGB179206180-
CMYK0.1300.130.19
HSL122.22º21.6%75.49%-
HSV(B)122.22º13.11%80.78%-
XYZ48.957.0251.61-
YUV194.96119.55116.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 206 (80.86% from 255) = 36.46%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=31.68%
G=36.46%
B=31.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061800.1300.130.19122.2221.675.49
HexB3CEB4D0D137a164b
Octal263316264150152317226113
Binary101100111100111010110100110101101100111111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEB4; }

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

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

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

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

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

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

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

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