#B3D3B1

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

Shades of Zanah #B3D3B1

Tints of Zanah #B3D3B1

Color information

#B3D3B1 (or 0xB3D3B1) is unknown color: approx Zanah. HEX triplet: B3, D3 and B1. RGB value is (179,211,177). Sum of RGB (Red+Green+Blue) = 179+211+177=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D3B1 is #4C2C4E. Grayscale: #C5C5C5. Windows color (decimal): -4992079 or 11654067. OLE color: 11654067.

HSL color Cylindrical-coordinate representation of color #B3D3B1: hue angle of 116.47º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D3B1 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB179211177-
CMYK0.1500.160.17
HSL116.47º27.87%76.08%-
HSV(B)116.47º16.11%82.75%-
XYZ49.8259.3550.42-
YUV197.56116.4114.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 211 (82.81% from 255) = 37.21%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=31.57%
G=37.21%
B=31.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792111770.1500.160.17116.4727.8776.08
HexB3D3B1F01011741c4c
Octal263323261170202116434114
Binary1011001111010011101100011111010000100011110100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D3B1; }

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

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

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

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

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

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

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

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