#B6CDB5

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

Shades of Zanah #B6CDB5

Tints of Zanah #B6CDB5

Color information

#B6CDB5 (or 0xB6CDB5) is unknown color: approx Zanah. HEX triplet: B6, CD and B5. RGB value is (182,205,181). Sum of RGB (Red+Green+Blue) = 182+205+181=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDB5 is #49324A. Grayscale: #C3C3C3. Windows color (decimal): -4797003 or 11914678. OLE color: 11914678.

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

Color convert

RGB182205181-
CMYK0.1100.120.20
HSL117.5º19.35%75.69%-
HSV(B)117.5º11.71%80.39%-
XYZ49.4656.9452.1-
YUV195.39119.88118.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=32.04%
G=36.09%
B=31.87%

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
Decimal1822051810.1100.120.20117.519.3575.69
HexB6CDB5B0C1475134c
Octal266315265130142416523114
Binary101101101100110110110101101101100101001110101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDB5; }

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

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

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

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

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

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

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

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