#BFDDAF

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

Shades of Madang #BFDDAF

Tints of Madang #BFDDAF

Color information

#BFDDAF (or 0xBFDDAF) is unknown color: approx Madang. HEX triplet: BF, DD and AF. RGB value is (191,221,175). Sum of RGB (Red+Green+Blue) = 191+221+175=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDAF is #402250. Grayscale: #CECECE. Windows color (decimal): -4203089 or 11525567. OLE color: 11525567.

HSL color Cylindrical-coordinate representation of color #BFDDAF: hue angle of 99.13º degrees, saturation: 0.4, 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 #BFDDAF is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB191221175-
CMYK0.1400.210.13
HSL99.13º40.35%77.65%-
HSV(B)99.13º20.81%86.67%-
XYZ55.0865.8850.37-
YUV206.79110.06116.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=32.54%
G=37.65%
B=29.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211750.1400.210.1399.1340.3577.65
HexBFDDAFE015D63284e
Octal277335257160251514350116
Binary1011111111011101101011111110010101110111000111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDAF; }

 p { color: rgb(191,221,175); }

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

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

 a { background-color: rgb(191,221,175); }

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

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

 span { border-color: rgb(191,221,175); }

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