#B4CDB4

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

Shades of Zanah #B4CDB4

Tints of Zanah #B4CDB4

Color information

#B4CDB4 (or 0xB4CDB4) is unknown color: approx Zanah. HEX triplet: B4, CD and B4. RGB value is (180,205,180). Sum of RGB (Red+Green+Blue) = 180+205+180=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDB4 is #4B324B. Grayscale: #C2C2C2. Windows color (decimal): -4928076 or 11849140. OLE color: 11849140.

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

Color convert

RGB180205180-
CMYK0.1200.120.20
HSL120º20%75.49%-
HSV(B)120º12.2%80.39%-
XYZ48.8956.6651.54-
YUV194.68119.72117.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=31.86%
G=36.28%
B=31.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051800.1200.120.201202075.49
HexB4CDB4C0C1478144b
Octal264315264140142417024113
Binary101101001100110110110100110001100101001111000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDB4; }

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

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

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

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

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

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

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

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