#B6D1B5

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

Shades of Zanah #B6D1B5

Tints of Zanah #B6D1B5

Color information

#B6D1B5 (or 0xB6D1B5) is unknown color: approx Zanah. HEX triplet: B6, D1 and B5. RGB value is (182,209,181). Sum of RGB (Red+Green+Blue) = 182+209+181=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D1B5 is #492E4A. Grayscale: #C5C5C5. Windows color (decimal): -4795979 or 11915702. OLE color: 11915702.

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

Color convert

RGB182209181-
CMYK0.1300.130.18
HSL117.86º23.33%76.47%-
HSV(B)117.86º13.4%81.96%-
XYZ50.4358.8852.42-
YUV197.74118.55116.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 209 (82.03% from 255) = 36.54%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=31.82%
G=36.54%
B=31.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822091810.1300.130.18117.8623.3376.47
HexB6D1B5D0D1276174c
Octal266321265150152216627114
Binary101101101101000110110101110101101100101110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D1B5; }

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

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

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

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

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

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

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

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