#BFDEAE

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

Shades of Madang #BFDEAE

Tints of Madang #BFDEAE

Color information

#BFDEAE (or 0xBFDEAE) is unknown color: approx Madang. HEX triplet: BF, DE and AE. RGB value is (191,222,174). Sum of RGB (Red+Green+Blue) = 191+222+174=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDEAE is #402151. Grayscale: #CFCFCF. Windows color (decimal): -4202834 or 11460287. OLE color: 11460287.

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

Color convert

RGB191222174-
CMYK0.1400.220.13
HSL98.75º42.11%77.65%-
HSV(B)98.75º21.62%87.06%-
XYZ55.2566.3749.94-
YUV207.26109.23116.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=32.54%
G=37.82%
B=29.64%

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
Decimal1912221740.1400.220.1398.7542.1177.65
HexBFDEAEE016D632a4e
Octal277336256160261514352116
Binary1011111111011110101011101110010110110111000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEAE; }

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

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

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

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

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

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

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

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