#B4CDB1

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

Shades of Zanah #B4CDB1

Tints of Zanah #B4CDB1

Color information

#B4CDB1 (or 0xB4CDB1) is unknown color: approx Zanah. HEX triplet: B4, CD and B1. RGB value is (180,205,177). Sum of RGB (Red+Green+Blue) = 180+205+177=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CDB1 is #4B324E. Grayscale: #C2C2C2. Windows color (decimal): -4928079 or 11652532. OLE color: 11652532.

HSL color Cylindrical-coordinate representation of color #B4CDB1: hue angle of 113.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4CDB1 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB180205177-
CMYK0.1200.140.20
HSL113.57º21.88%74.9%-
HSV(B)113.57º13.66%80.39%-
XYZ48.5956.5449.95-
YUV194.33118.22117.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 177 (69.53% from 255) = 31.49%
R=32.03%
G=36.48%
B=31.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051770.1200.140.20113.5721.8874.9
HexB4CDB1C0E1472164b
Octal264315261140162416226113
Binary101101001100110110110001110001110101001110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDB1; }

 p { color: rgb(180,205,177); }

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

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

 a { background-color: rgb(180,205,177); }

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

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

 span { border-color: rgb(180,205,177); }

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