#B4D1B3

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

Shades of Zanah #B4D1B3

Tints of Zanah #B4D1B3

Color information

#B4D1B3 (or 0xB4D1B3) is unknown color: approx Zanah. HEX triplet: B4, D1 and B3. RGB value is (180,209,179). Sum of RGB (Red+Green+Blue) = 180+209+179=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1B3 is #4B2E4C. Grayscale: #C5C5C5. Windows color (decimal): -4927053 or 11784628. OLE color: 11784628.

HSL color Cylindrical-coordinate representation of color #B4D1B3: hue angle of 118º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D1B3 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB180209179-
CMYK0.1400.140.18
HSL118º24.59%76.08%-
HSV(B)118º14.35%81.96%-
XYZ49.7658.5651.33-
YUV196.91117.89115.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=31.69%
G=36.80%
B=31.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802091790.1400.140.1811824.5976.08
HexB4D1B3E0E1276194c
Octal264321263160162216631114
Binary101101001101000110110011111001110100101110110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D1B3; }

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

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

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

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

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

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

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

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