#BFDEAD

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

Shades of Madang #BFDEAD

Tints of Madang #BFDEAD

Color information

#BFDEAD (or 0xBFDEAD) is unknown color: approx Madang. HEX triplet: BF, DE and AD. RGB value is (191,222,173). Sum of RGB (Red+Green+Blue) = 191+222+173=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDEAD is #402152. Grayscale: #CFCFCF. Windows color (decimal): -4202835 or 11394751. OLE color: 11394751.

HSL color Cylindrical-coordinate representation of color #BFDEAD: hue angle of 97.96º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDEAD is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB191222173-
CMYK0.1400.220.13
HSL97.96º42.61%77.45%-
HSV(B)97.96º22.07%87.06%-
XYZ55.1566.3449.43-
YUV207.14108.73116.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=32.59%
G=37.88%
B=29.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221730.1400.220.1397.9642.6177.45
HexBFDEADE016D622b4d
Octal277336255160261514253115
Binary1011111111011110101011011110010110110111000101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEAD; }

 p { color: rgb(191,222,173); }

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

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

 a { background-color: rgb(191,222,173); }

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

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

 span { border-color: rgb(191,222,173); }

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