#B6DEAF

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

Shades of Madang #B6DEAF

Tints of Madang #B6DEAF

Color information

#B6DEAF (or 0xB6DEAF) is unknown color: approx Madang. HEX triplet: B6, DE and AF. RGB value is (182,222,175). Sum of RGB (Red+Green+Blue) = 182+222+175=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DEAF is #492150. Grayscale: #CCCCCC. Windows color (decimal): -4792657 or 11525814. OLE color: 11525814.

HSL color Cylindrical-coordinate representation of color #B6DEAF: hue angle of 111.06º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6DEAF is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB182222175-
CMYK0.1800.210.13
HSL111.06º41.59%77.84%-
HSV(B)111.06º21.17%87.06%-
XYZ53.1565.2850.36-
YUV204.68111.25111.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=31.43%
G=38.34%
B=30.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822221750.1800.210.13111.0641.5977.84
HexB6DEAF12015D6f2a4e
Octal266336257220251515752116
Binary10110110110111101010111110010010101110111011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DEAF; }

 p { color: rgb(182,222,175); }

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

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

 a { background-color: rgb(182,222,175); }

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

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

 span { border-color: rgb(182,222,175); }

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