#B6CDB4

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

Shades of Zanah #B6CDB4

Tints of Zanah #B6CDB4

Color information

#B6CDB4 (or 0xB6CDB4) is unknown color: approx Zanah. HEX triplet: B6, CD and B4. RGB value is (182,205,180). Sum of RGB (Red+Green+Blue) = 182+205+180=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDB4 is #49324B. Grayscale: #C3C3C3. Windows color (decimal): -4797004 or 11849142. OLE color: 11849142.

HSL color Cylindrical-coordinate representation of color #B6CDB4: hue angle of 115.2º 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 #B6CDB4 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB182205180-
CMYK0.1100.120.20
HSL115.2º20%75.49%-
HSV(B)115.2º12.2%80.39%-
XYZ49.3656.951.56-
YUV195.27119.38118.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=32.10%
G=36.16%
B=31.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051800.1100.120.20115.22075.49
HexB6CDB4B0C1473144b
Octal266315264130142416324113
Binary101101101100110110110100101101100101001110011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDB4; }

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

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

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

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

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

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

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

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